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.
10 years, 1 month ago.
How to run
I am new to micro controllers programming. Can someone please summarise what steps do I need to take to run the LED Blinky program?
Question relating to:
5 Answers
10 years, 1 month ago.
Perhaps you can read the handbook : http://developer.mbed.org/getting-started/ And look the video : http://developer.mbed.org/handbook/mbed-Compiler
10 years, 1 month ago.
Import the program it into the compiler (the button on the right hand side of the screen). Check that the correct platform is selected in the top right of the compiler screen. Click on the compile button. It should download a .bin file to your computer. Plug the mbed in to the computer USB port, a USB drive should show up. Drag the .bin file onto the USB drive. Wait until the copy is complete and then press the reset button on the board.
That's it.
10 years, 1 month ago.
This works for me on the Original mbed board but I now have a nrf51822 and the procedure does not seem to work. It is also not creating a Bin file but a HEX. Any ideas what I am doing wrong?