Can't figure out how to use it with my lpc1768 board

Asked by kamran

I was reading the OReilly embedded programming book that got me here. my board is different and reading the book was not helpful (chapter 4 and chapter 3 2.7 )

I've got a lp1768 board with bootloader so my code starting address has to be 0x2000 according to the manual. but i've no idea how to compile my blinky for it!
I googled and i couldn't find a tutorial on this!(mostly because i had no idea what to google, i tried lpc gcc-arm and stuff like that)

Question information

Language:
English Edit question
Status:
Expired
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Andre Vieira (andre-simoesdiasvieira) said :
#2

Hi Kamran,

Sorry for the delay. Have you had a stab at ARM mbed? This is the link to the mbed_blinky example program for your board: https://developer.mbed.org/teams/mbed/code/mbed_blinky/?platform=mbed-LPC1768

You will need to create an account to use the online compiler.

Hope this helps!

Best Regards,