2020-05-20 05:43 AM
I have to press the reset button after copying the '.bin' file to the B-L475E-IOT01A board for the code to run.
Please let me know is it possible to dump the code and make it run without pressing the reset button
2020-05-20 06:04 AM
what is the .bin you are copying to B-L475E-IOT01 ? what does it contain ?
2020-05-20 07:26 AM
How would you start executing the new binary instead of the binary run when the .bin file is copied?
2020-05-20 10:43 PM
The code from mbed os site to read sensor data when compiled generates a '.bin' file. When I copy the '.bin' file to the board, it should run but it doesn't start executing the new code unless reset button is pressed.
When I copy the '.bin' file after compiling mbed code for targets like stm32f769 etc, I do not need any kind of reset. Just copying the binary file is sufficient to run the new code.
So, I wanted to know why is pressing the reset button required everytime the '.bin' file is copied to B-L475E-IOT01A1. I have a revision C-01 of the board.
2020-05-20 11:01 PM
Check the ST-LINK firmwares in the working/not working cases, and perhaps upgrade to current version.
2020-05-21 01:43 AM
I have upgraded ST-LINK firmware to latest version. Still Ineed to pres the reset button
2020-05-21 01:48 AM
Did you mean "flashing" when you said "copying"? I thought you had some kind of In System Programming in use.
2020-05-28 12:36 AM
You wrote you have a C-01 version of B-L475E-IOT01. I remember there were some reset issues on earlier versions of B-L475E-IOT01. Can you get a D-01 version and test ?