Problem generating S19 files with S3 records

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

Problem generating S19 files with S3 records

跳至解决方案
2,007 次查看
WilliamW
Contributor III

I've managed to create S19 files using the following command in my post build steps:

arm-none-eabi-objcopy --srec-forceS3 -v -O srec "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.s19"

However it will not produce S3 records as required by my tool even with the switch --srec-forceS3 in place.  Is there any other way that I should be doing this to produce S3 records?

0 项奖励
回复
1 解答
2,001 次查看
ErichStyger
Specialist I

I'm using that option too (https://mcuoneclipse.com/2013/10/29/s-record-manipulation-with-gnu-objcopy-and-burner-utility/) and I have no problem with it. Are you sure you are looking at the right file?

 

Erich

在原帖中查看解决方案

3 回复数
1,997 次查看
WilliamW
Contributor III

I was looking at the wrong file.  Thanks for your quick responses.

0 项奖励
回复
2,002 次查看
ErichStyger
Specialist I

I'm using that option too (https://mcuoneclipse.com/2013/10/29/s-record-manipulation-with-gnu-objcopy-and-burner-utility/) and I have no problem with it. Are you sure you are looking at the right file?

 

Erich

2,004 次查看
converse
Senior Contributor V

It works for me. 

Screenshot 2020-12-16 at 17.10.45.png

 What does your output look like?