Did I brick my STM32H745I-Discovery board? Can program, but code is not executed.
I have tested a TouchGFX-created project that should tie in a USB-Stick connected to the board and create a csv file, then write to it.
After writing the necessary code and debugging this project in STM32CubeIDE, the board was stuck with a white screen, and further debugging was not possible anymore.
Fortunately, I was able to connect to the board from STM32CubeProgrammer and I did a full chip erase.
Now I am able to program again from STM32CubeIDE, but the code is not executed when debugging. The same project works with another STM32H745I-Disco board.
In the programmer, the fault analyzer says the CPU is either halted or in lockup...
Is there a way to save this one board, or is the debugger working but the main chip toast?
Thanks!
