Are srec and s19 the same files ? Is it just a different extension ?
How can I convert srec generated by IAR compiler ( K60N512 MCU ) to s19 ?
Thanks
Luiz
Luiz
Yes, s19 and SREC are the same. They are just two commonly used file name extensions for the same format.
Regards
Mark
Kinetis: µTasker Kinetis support
For the complete "out-of-the-box" Kinetis experience and faster time to market
Hi Luiz,
1 In CW software 'right click on the project' to choose 'properties'
2 choose 'Settings' under 'C/C++ Build'
3 Under 'Tool Settings' choose 'Additional Tools' and check 'Create Flash Image'
4 Click 'Ok'
5 Build the project now
6 Follow steps 1 and 2 again
7 Under 'Tool Settings' under 'ARM Ltd Windows GNU Create Flash Image' click 'Output'
8 Select 'srec' under Output file format drop down menu
9 Click 'Ok'
10 Build the Project again
11 Now you can find an '.hex' file under 'FLASH' folder
12 Change the format to '.s19' to use it further
this is how you generate '.s19' file...
Regards,
Jashan