Hi,
I am new to embedded systems. I am using NXG LPC2148 blueboard. I
would like to know how to compile using arm-eabi toolchain
(http://www.codesourcery.com/sgpp/lite/arm/portal/release1592). What all
file formats can be directly uploaded to the flash memory. Please help
me with a sample code for blinking LEDs.
Thanks in Advance
Guest
#2098312
As a starting point I would try: http://lmgtfy.com/?q=LPC2148+codesourcery+examples Oliver
Guest
#2099109
Have a look at the Philips Flash Utility. It can be used to update flash using the serial interface. As far as I remember it expects .hex files. Have a look at the objcopy tool which is included in the GCC tool chain. It can be used to convert your binary into many different formats.
Reply
Please log in before posting.