K22 programming problem

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

K22 programming problem

跳至解决方案
1,065 次查看
kaarthichandras
Contributor II

hi,

I'm using MK22DX256VLF5 MCU package ,how  to convert .elf file into .s19 file format  ?

note :i am using codewarrior development studio 10.6

0 项奖励
回复
1 解答
965 次查看
BlackNight
NXP Employee
NXP Employee

In CodeWarrior you have the option to 'generate S-Record', see S-Record, Intel Hex and Binary Files | MCU on Eclipse or see this: S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse .

Other than that, you can use one of the many tools to convert files. I'm using the Srecord utility, see Converting Binary Files to Intel Hex Format with the SRecord Tool | MCU on Eclipse  (works the same for S19).

I hope this helps,

Erich

PS: in MCUXpresso IDE it is done like this: MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse  and in KDS it is like this:  Binary (and S19) Files for the mbed Bootloader with Eclipse and GNU ARM Eclipse Plugins | MCU on Ecl... 

在原帖中查看解决方案

0 项奖励
回复
1 回复
966 次查看
BlackNight
NXP Employee
NXP Employee

In CodeWarrior you have the option to 'generate S-Record', see S-Record, Intel Hex and Binary Files | MCU on Eclipse or see this: S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse .

Other than that, you can use one of the many tools to convert files. I'm using the Srecord utility, see Converting Binary Files to Intel Hex Format with the SRecord Tool | MCU on Eclipse  (works the same for S19).

I hope this helps,

Erich

PS: in MCUXpresso IDE it is done like this: MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse  and in KDS it is like this:  Binary (and S19) Files for the mbed Bootloader with Eclipse and GNU ARM Eclipse Plugins | MCU on Ecl... 

0 项奖励
回复