APP_Framework/Applications/: make mnist application running on the stm32f407 board,model data is saved in the flash,note the following points

1. the thread which run the mnist needs 10kb
2. Lwip and useless driver must be not loaded.
3. The entire bin file is close to 1024KB.
This commit is contained in:
chunyexixiaoyu
2022-01-19 14:42:16 +08:00
parent 0dee89982a
commit bf17ef10cb
5 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
unsigned char mnist_model[] = {
const unsigned char mnist_model[] = {
0x1c, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x14, 0x00, 0x20, 0x00,
0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00, 0x00, 0x00,
0x18, 0x00, 0x1c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,