Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 1 month ago.
How to reload mbed on a Nucleo board?
I have many Nucleo boards that I use for development. This usually means I have loaded my own program on the board which was not developed using mbed. Do I need to reload Mbed onto the board or does the ST-Link take care of it if I now want to load a program that I did develop using mbed. What I mean is does ST-Link recognize the new program in the mass storage device and then download it to the board without something running on the target?
Question relating to:
1 Answer
9 years, 1 month ago.
Simple answer: yes. The Nucleo board has a microprocessor that acts as the "ST LINK" and it recognizes the .hex or .bin file and downloads it to the main processor. Unless you have altered its programming intentionally then it doesn't care where the object comes from and will load it to the target processor.