UART based secondary bootloader for LPC1768;

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

UART based secondary bootloader for LPC1768;

1,036 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by md_taraq on Thu Dec 26 04:34:45 MST 2013
Hi,
I am looking for UART based secondary bootloader for LPC1768. I come across USB based secondary bootloader for the same but could not find UART based.
Please Help and Guide me....!
Thank you.
Labels (1)
0 Kudos
2 Replies

609 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by md_taraq on Tue Dec 31 05:23:24 MST 2013
Thanks a lot mc;
The documentations gave me a good idea to start with.
Please clarify the following queries:
When I am sending binary file from say UART, should I send .bin file or .hex file of the application code?
Should it be interpreted(.bin / .hex) in code and then written to flash ? or should it be written as it is (as generated from IDE) into flash using IAP?

Please Help and guide..!

Thank you ..
0 Kudos

609 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Mon Dec 30 11:50:00 MST 2013
Hi md_taraq
You may want to take help from following secondary boot loaders done for various NXP LPC microcontrollers
http://www.lpcware.com/content/nxpfile/an11257-spi-secondary-boot-loader
http://www.lpcware.com/content/nxpfile/an11258-i2c-secondary-boot-loader
http://www.lpcware.com/content/nxpfile/an10835-lpc2000-secondary-bootloader-code-update-using-iap
0 Kudos