AN 1011: TinyML Applications in Altera FPGAs Using LiteRT for Microcontrollers
ID
848984
Date
9/29/2025
Public
1. Overview
2. Preparing LiteRT Inference Model
3. Generating Nios® V Processor System
4. Generating Arm Processor System
5. Programming and Running
6. Nios® V Processor with TinyML Design Example
7. Appendix
8. Document Revision History for the AN 1011: TinyML Applications in Altera FPGAs Using LiteRT for Microcontrollers
2.5. Preparing Binaries for C/C++
Ensure you have acquired the following binaries before proceeding to the next chapters.
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. |