SREC AND S19 files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SREC AND S19 files

5,153 次查看
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

标签 (1)
0 项奖励
回复
2 回复数

3,498 次查看
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,498 次查看
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 项奖励
回复