STM32N6570-DK: Black screen with AI model from original demo
As the subject states, when I try to run the AI model from the original demo on the STM32N6570-DK board, the screen turns black and the LEDs switch to red.
A few days ago, I attempted to run my own AI model. Using STM32CubeProgrammer, I selected the external loader MX25UM1245G_STM32N6570-DK (I believe this may have been incorrect). Then, in the Erasing & Programming section, I uploaded my .bin file, set the start address to 0x70380000, and started the programming process.
After that, I tried to debug the STM32N6570-DK Getting Started Object Detection project in STM32CubeIDE. However, I encountered an issue in main.c with the error:
#error "PostProcessing type not supported"which persists.
Later, I decided to restore the original demo. I erased the external memory using STM32CubeProgrammer,then downloaded the original demo .hex file ("STM32N6570-DK Out-of-the-box demo binary"), and followed the provided instructions.
The demo now runs on the board, but when I try to launch the original AI model from the ST demo, the screen immediately turns black and the LEDs become red.
At this point, I’m unsure what is causing the issue. It seems the camera is not functioning properly, and I suspect I may have corrupted something in the internal flash or firmware during my previous attempts.
Any guidance would be greatly appreciated.
