8 years, 8 months ago.

design my own pcb for mbed-lpc1768

Hi i want design my own mbed-lpc1768 but i am so confused i don`t know how i can start? i don`t fond any good resources for start design ? any body have idea???

Are you trying to make a PCB that the mbed LPC1768 plugs into or create a PCB form scratch with a LPC1768 on it?

posted by Stephen Paulger 20 Aug 2015

2 Answers

8 years, 8 months ago.

It's not so difficult. You can design an lpc1768 board as you would do normally (but you have to include JTAG or serial programming in your design), create your mbed firmware project and then burn the compiled .bin to your board through JTAG or serial programming (see FLASH Magic). In case of using serial programming, you have to read the datasheets of the LPC since this can be done with a specific way that put the μC into a serial programming bootloader. I am sure I have done that in the past with an LPC (using UART for erasing and programming the device).

thanks for answer

posted by reza pop 20 Aug 2015
8 years, 8 months ago.

https://developer.mbed.org/handbook/mbed-HDK

in this repository i cant open schematics, are you have idea how i can read this files?

posted by reza pop 20 Aug 2015

clone the repo using mercurial or download the zip

posted by Sam Grove 20 Aug 2015