Hello,
How to generate an s19 file from the tiarmclang compiler?
Yours,
Abdelrhman Afifi
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
How to generate an s19 file from the tiarmclang compiler?
Yours,
Abdelrhman Afifi
I presume you mean Motorola S-record format. Are able to use Intel format instead? (It is sometimes called Intel MCS-86 format).
Thanks and regards,
-George
Please learn about the hex utility tiarmhex. It is documented in the Hex Conversion Utility Description part of the tiarmclang online manual. Among the options you need to use are --motorola=3 and --romwidth=32.
Thanks and regards,
-George