LPC1788 Bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1788 Bootloader

1,701 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Brick on Tue Nov 26 17:44:28 MST 2013
Hi I'm looking to implement an LPC1788 bootloader. Ideally this would be via an SD Card interface. Does anyone have any suggestions on where to start? Ideally a nice demo project (with a similar chip) from somewhere would be great. Odds are I will change the way to bytes are stored and retrieved hence a code snippit/ function/project that just shows the process of writing bytes and sorting out vector tables would be very helpful. Thank you for reading this. 
Labels (1)
0 Kudos
5 Replies

1,048 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Brick on Wed Dec 04 18:27:38 MST 2013
Thanks, I've had a bit of a look and that looks like what I'm after :) Thanks again
0 Kudos

1,048 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Tue Dec 03 00:41:13 MST 2013
There is a bootload for the LPC1768 in the RDB1768 examples, supplied with LPCXpresso. Use Import project and browse to Examples/NXP/LPC1000/LPC17xx
0 Kudos

1,048 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Brick on Mon Dec 02 17:04:37 MST 2013
Thank you for your reply, I have taken some time to try and look through all of this.

I can find application notes such as for SPI "AN11257" and I2C "AN11258". These seem to be a good starting point for me, however I can't seem to find an example project for these? As yet I have found no code examples/projects. Are there any example project I could start with and modify based on one of these? Or something similar? Fundamentally any bootloader that helps me work out the linkers/interupt vectors and how to read and write to the flash will be immensely helpful.

Thank you again

0 Kudos

1,048 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Fri Nov 29 01:23:49 MST 2013
There are various boot loader examples around, though most of these for LPC17 families are for the LPC175x_6x rather than LPC177x_8x. However the parts are similar enough that the same principles will apply. Similarly there are multiple examples for accessing SD cards.

For LPC175x_6x examples, apps notes, etc, check:
http://www.lpcware.com/node/11538/129

And for LPC177x_8x, check:
http://www.lpcware.com/node/11538/77

Regards,
LPCXpresso Support
0 Kudos

1,048 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Brick on Thu Nov 28 21:40:49 MST 2013
Anyone got any tips?
0 Kudos