2024-09-12 01:58 AM
Hi all, on stm32f746 disco, I'm using the Mbed ide but i have the stmcube installed as well
I've been writing a simple updater app that sits at 0x080e0000 with mixed success switching to a previous project, the code downloads but on running the board appears to run the updater code instead. How can I fix this?
I've added an mbed_app.json to both projects with "target.mbed_app_start": "0x08000000"
Solved! Go to Solution.
2024-09-13 08:40 AM - edited 2024-09-13 08:42 AM
Hello @andy0105 ,
you can use STM32CubeProgrammer to erase the device and reset it to factory settings. Here are the steps to do this:
- Go to the "Erasing & Programming" tab.
- Click on the "Full chip erase" button to erase the entire flash memory of the device
Br
2024-09-13 08:40 AM - edited 2024-09-13 08:42 AM
Hello @andy0105 ,
you can use STM32CubeProgrammer to erase the device and reset it to factory settings. Here are the steps to do this:
- Go to the "Erasing & Programming" tab.
- Click on the "Full chip erase" button to erase the entire flash memory of the device
Br