how to do in Application Programming

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to do in Application Programming

1,023 次查看
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 项奖励
回复
2 回复数

963 次查看
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 项奖励
回复

963 次查看
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 项奖励
回复