LCPXpresso .s19

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

LCPXpresso .s19

515 Views
alubeiro
Contributor IV

Hi all,

I am working with LPCXpresso and LPC1227.

I want to generate a .s19 file so i can make a SAP image with cyclone but i don't know how to do it. So far, I'm gereneratin .bin file.

Any help will be apreciated.

Thanks and best regards

0 Kudos
1 Reply

356 Views
lpcxpresso_supp
NXP Employee
NXP Employee

No idea what you mean by "a SAP image with cyclone", but you can generate a .s19 file (i.e. a S-Record) using objcopy as a post-build step in your LPCXpresso project, in a similar way to creating a plain binary, by using the "-O srec" option.

For more details see:

Generating srec, binary and ihex files 

and the objcopy online manual at: https://sourceware.org/binutils/docs-2.27/binutils/objcopy.html 

Regards,

LPCXpresso Support

0 Kudos