2023-06-28 03:56 AM
I have purchased STM32F769 Discovery Kit. I'm new to this board usage. I tried an led blinking example using STM32CubeIDE. After Debugging the code I lost the factory default code and now nothing is showing on LCD display.
Is there a way to get back to the factory reset mode with LCD display and default settings?
Kindly help me!
Solved! Go to Solution.
2023-06-28 04:24 AM
Not directly.
Once the Flash is erased, the code is gone.But the code you mention (usually called "demonstration project") is part of the resource downloads (software/firmware package), and you can directly flash it back onto the board.
I don't have a F769 discovery, but several other disco boards.
2023-06-28 04:24 AM
Not directly.
Once the Flash is erased, the code is gone.But the code you mention (usually called "demonstration project") is part of the resource downloads (software/firmware package), and you can directly flash it back onto the board.
I don't have a F769 discovery, but several other disco boards.
2023-06-28 11:51 PM
Thanks a lot!