2019-06-17 07:44 AM
Hello,
Can someone let me know how to bring STM32H753XI-E02 Eval board back to its original status (i.e. factory default)?
I tried to implement Quad SPI application and found the Eval board did not work well. The USB port (CN23) did not communicate and LD3 illuminated Red color.
Thanks,
James
Solved! Go to Solution.
2019-06-17 09:08 AM
Not a board I have I'm afraid.
General options in these cases are to strap BOOT0 high, and perhaps cycle the power a couple of times for H7 Dual platforms. This would stop any broken code you have on the device from running, and allow you to erase or reprogram.
STM32 Cube Programmer, with External Loaders for the QSPI, etc, would be needed to reflash the content.
2019-06-17 07:48 AM
You'd need to reload the internal/external memories with the code they shipped with. You saved those first, right?
You could perhaps look in the HAL example trees for the Demonstration app .HEX files for the board.
2019-06-17 08:01 AM
Thanks Clive!
Can you let me know the way to reload the internal/external memories? Now the USB port (CN23) seems not to work well. STLink could not find the target device.
Thanks,
James
2019-06-17 09:08 AM
Not a board I have I'm afraid.
General options in these cases are to strap BOOT0 high, and perhaps cycle the power a couple of times for H7 Dual platforms. This would stop any broken code you have on the device from running, and allow you to erase or reprogram.
STM32 Cube Programmer, with External Loaders for the QSPI, etc, would be needed to reflash the content.
2019-06-17 10:19 AM
I tried to boot from Flash (SW1 to Flash), the board seems to work now.
Thank you very much for your help!
James