AN 1011: TinyML Applications in Altera FPGAs Using LiteRT for Microcontrollers

ID 848984
Date 9/29/2025
Public
Document Table of Contents

2.5. Preparing Binaries for C/C++

Ensure you have acquired the following binaries before proceeding to the next chapters.

Table 1.   LiteRT for Microcontrollers Binaries
Binaries Description
model_data.cc Model params stored within a C array.
model_data.h Header file of model_data.h.
model_settings.h List of classes to decode classification results in main.cc.
main.cc Main LiteRT application to setup LiteRT model, uploading images, classifying images and profiling.
Multiple figure.h Sample of MNIST images stored within a C array.