11 years ago.

How do you load / Run compiled App ?

Hello app built & downloaded to my PC OK. Now what ? Tried copying this into mbed memory (LPC1768). Is this correct ?

1 Answer

11 years ago.

See: http://mbed.org/handbook/Setup-guide

But yes, thats correct. After that you need to reset the mbed to load the new program:

1. Press the reset button

2. Or power cycle the mbed (unplug it and plug it back in).

3. Or send a reset via the serial connection. For that you need to have a serial connection to a terminal program working, then in teraterm for example with alt+b you can reset the mbed.

Accepted Answer