2025-07-24 8:31 PM
I'm trying to deploy my own AI models on the STM32N6570-DK board. To speed up this process, I directly use the example project "STM32N6-GettingStarted-ImageClassification-main" from the official website.
https://www.st.com/en/development-tools/stm32n6-ai.html
My own network is generated with ST Edge AI developer Cloud. Code replacement and adjustments have been completed, and the project can be successfully built.
When programming the example hex files, everything works fine. However, after programming my own hex files in STM32Programmer, the board either stays at last project or just doesn't react(the lcd goes black).
I followed the procedures of programming hex files:
1. program ai_fsbl.hex, which is already in the folder
2. program network_data.hex generated following this post
3. program project_name.hex, which is the output of building the project and can be found in the debug folder. I tried both signed and unsigned versions, but neither worked.
It's hard for me to identify where the problem lies. Perhaps there is a problem with the hex file generation or my code. I’m stuck here and I hope someone could help me solve this problem!
2025-08-28 12:50 AM
Hello @Levy-hy,
Your message was just moved here in the AI forum thread.
Are you still interested?
What model are you trying to use?
In these getting started packages, you also have a part where you need to edit the postprocessing depending on the model that you use.
Have a good day,
Julian