Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.92 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.92 KB

TinyML using different frameworks applied to STM32F407 uC

Caution:

CubeMX code must be generated for every project, since libraries are included in .gitignore. For TFLite projects, the auto-generated main must be changed to .cpp and must be merged with the latest changes from main.c.-

Development IDE: Keil uVision v6

CubeMXAI/003MagicWand

Modify the following parameters in CubeMXAI\003MagicWand\Middlewares\Third_Party\MachineLearning\edgeimpulse\model-parameters\model_metadata.h: #define EI_CLASSIFIER_RAW_SAMPLE_COUNT 200 #define EI_CLASSIFIER_INTERVAL_MS 10 #define EI_CLASSIFIER_FREQUENCY 100

Disable the following files for compilation:

  • BasicMathFunctionsF16.c
  • CommoTablesF16.c
  • TransformFunctionsF16.c

References:

ToDo: