Programming bin's to LPC1768

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

Programming bin's to LPC1768

679 Views
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 Kudos
Reply
1 Reply

650 Views
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 Kudos
Reply