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.
12 years ago.
Is it possible to build an mbed microcontroller board using bought parts?
For my project, I want to incorporate all of the functions of the mbed along with my circuits on the same PCB. Can I purchase all of the components from a supplier and then put them on the PCB? If so, how can I obtain the mbed bootloader for the LPC1768, and how is it uploaded?
1 Answer
12 years ago.
Hi Matthew,
Many of your questions might be answered by this page: http://mbed.org/users/chris/notebook/prototype-to-hardware/
As that page says, there is no mbed bootloader. The mbed compiler generates a raw binary, and the mbed interface chip (on the underside of the mbed) takes care of programming the MCU with your binary.
Hope that helps!
Dan