Programming bin's to LPC1768

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

Programming bin's to LPC1768

674件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tecnosys on Fri Jun 04 09:02:36 MST 2010
I've put a serial wire connector on a prototype board I've made, and thinking I should be able to program it with my LPCXPRESSO LPCLink. What should the base address be for the LPC1768?

crt_emu_cm3_nxp -wire=winusb -pLPC1768 -flash-load=output.bin -load-base=0x???? <-- What base address should I be using here

Info on LPCLINK command line programming
http://lpcxpresso.code-red-tech.com/LPCXpresso/node/51

Many Thanks
Jason
0 件の賞賛
返信
1 返信

645件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Fri Jun 04 14:57:24 MST 2010
The base address is where it is going to load your code. Assuming it is a standrard application this should be zero. A binary file is just that - binary data. It has no address information, so you have to tell it where to load.

Of course you can just give it the axf file, which contains all the address information, so in that case you wouldn't need to give anything else
0 件の賞賛
返信