how to do in Application Programming

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to do in Application Programming

855件の閲覧回数
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 返答(返信)

795件の閲覧回数
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 件の賞賛
返信

795件の閲覧回数
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 件の賞賛
返信