Hi,
I am using "arm-none-eabi-objcopy --srec-len=64 --srec-forceS3 -O srec "aaa.elf" "aaa.S19"" to generate S19 file.
The generated S19 as follows. At the end of file, it is not 64-bit alignment...
"
...............
S345100301C0000000000000000006D0CF43EBFD4C3E000000000000F03F000000000000F83F000000000000304300000000000030C34300000010000020F8B500BFF8BC08BC69
S315100302009E467047F8B500BFF8BC08BC9E467047BB
S30D100302104402FF7F0100000008
S30910030218250402108E
S3091003021C01040210AE
S34510030220000040010080000000093D00010000000000000000000000000000000000000000000000000000000000000000000000F001031000000000000000000000000079
S33D1003026000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000020000000001D
S705100204C91B
"
Because of 64-bit alignment required for KV58, I need to generate S19 file with 64-bit alignment.
Could you tell me how to do it?
Thanks,
Christie
Solved! Go to Solution.
Thanks. It works...