2025-11-16 5:29 PM
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.