2025-11-16 5:29 PM - last edited on 2025-11-17 7:27 AM by Andrew Neil
Background:
I am using the STM32N6570-DK board and trying to use the NPU for acceleration. For now, I want to run the official demo (x-cube-n6-ai-people-detection-tracking-main) to learn and verify the workflow. However, I have encountered some issues:
1. When I debug and run the official x-cube-n6-ai-people-detection-tracking-main example directly in CubeIDE, the screen turns on but it only shows a gray display, as if the program is blocked or stuck somewhere.
2. I have already programmed the network_data-dk.hex file to the board using STM32CubeProgrammer.
I would like to know why the demo is not running correctly and what might be causing the program to get stuck.
2025-11-17 5:43 AM
Hello @cmcross_zaizai,
I just cloned the repository and tested 2 things:
Could you please try to start from scratch again?
Can you tell me if when just using the 3 binaries, you get the application correctly running?
Have a good day,
Julian
2025-11-28 7:30 AM
@cmcross_zaizai , i have the same issue with object detection exemple ! did you find a solution please ?
2025-12-04 6:30 AM
Hi @mls,
What do you get if you just flash the 3 binaries? It is important to know if this comes from the board or the compilation.
@cmcross_zaizai, did you solved your issue?
Have a good day,
Julian
2025-12-05 2:07 AM
Hi @Julian E. , the card work fine with the original binaries in the board