how to do in Application Programming

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

how to do in Application Programming

853 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by shaileshbc on Fri Jul 29 05:33:03 MST 2011
Dear All,
i want to know, how to do In Application Programming with LPC1769.
regards
Shailesh
0 Kudos
Reply
2 Replies

793 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kendwyer on Sat Jul 30 14:45:50 MST 2011
There is a AN on this very topic with code example included:
http://ics.nxp.com/support/documents/microcontrollers/zip/an11071.zip
0 Kudos
Reply

793 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Rob65 on Fri Jul 29 06:37:22 MST 2011
Read the user manual.
Chapter 32 tells you all about the flash, layout of the flash and different ways of programming the flash.
This chapter also gives you the exact interface to the flash programming tools that are part of the boot ROM.

You could also have a look at the blockdev_flash.c file that is in the usb_bootloader (part of the RDB1768cmsis2.zip package that is installed with the LPCXpresso 4.0.5 tools) there you will see an example of how the flash is programmed.

Rob
0 Kudos
Reply