S19 Creation in CW 10.6

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

S19 Creation in CW 10.6

1,320 次查看
troide
Contributor II

Hello Community,

 

I try generate S19 file as the output of my project using CW 10.6. I followed this post S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse

 

but at the end it shows a .hex file rather than s19! I wonder if there are the same or not? if not how can I have it in my project?

 

Cheers,

S

 

P.S I use k60 and MQX 4.1

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

805 次查看
BlackNight
NXP Employee
NXP Employee

Hi S,

see the comments section of S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse which lists way to have a .s19 extension instead.

The point is that this CodeWarrior plugin always generates a file with .hex extension, regardless of the format.

So you can rename that *.hex to *.s19, or simply verify this with opening the file with a text editor.

Erich

PS: there is another post explaining the different formats: S-Record, Intel Hex and Binary Files | MCU on Eclipse

0 项奖励
回复