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?
已解决! 转到解答。
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
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