SREC AND S19 files

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

SREC AND S19 files

5,284 Views
pasini
Contributor I

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

Labels (1)
0 Kudos
Reply
2 Replies

3,629 Views
mjbcswitzerland
Specialist V

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

3,629 Views
jashanm
Contributor III

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

0 Kudos
Reply