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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
The title is kind of useless I know, my question is, is there a way to prevent the mbed from running a program in its memory upon power up, that is, the program could only be triggered when the reset button is pushed, not when it is powered up. I ask this because if I take data in the field with my mbed (run off 5V not usb) and afterwards plug it into the computer, when it is powered up it starts running the program again, and in some cases overwriting my data! I guess it might be easy to add a section of code such that prevents the over-write of data, but it is annoying to have to halt the program every time I want to retrieve data.
thanks!