reset an stm32f746 discovery
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"
