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