LCPXpresso .s19

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LCPXpresso .s19

1,134 次查看
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 项奖励
回复
1 回复

976 次查看
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 项奖励
回复