Problem generating S19 files with S3 records

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

Problem generating S19 files with S3 records

Jump to solution
1,491 Views
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 Kudos
1 Solution
1,485 Views
ErichStyger
Senior Contributor V

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

View solution in original post

3 Replies
1,481 Views
WilliamW
Contributor III

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

0 Kudos
1,486 Views
ErichStyger
Senior Contributor V

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

1,488 Views
converse
Senior Contributor V

It works for me. 

Screenshot 2020-12-16 at 17.10.45.png

 What does your output look like?