Problem generating S19 files with S3 records

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problem generating S19 files with S3 records

ソリューションへジャンプ
3,322件の閲覧回数
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 解決策
3,316件の閲覧回数
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 返答(返信)
3,312件の閲覧回数
WilliamW
Contributor III

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

0 件の賞賛
返信
3,317件の閲覧回数
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,319件の閲覧回数
converse
Senior Contributor V

It works for me. 

Screenshot 2020-12-16 at 17.10.45.png

 What does your output look like?