Do you need to call an external utility to create a HEX file in KDS?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Do you need to call an external utility to create a HEX file in KDS?

ソリューションへジャンプ
2,363件の閲覧回数
ocmonte
Contributor III

Hi,

 

I've been playing with KDS and am having a hard time finding where to create an output HEX file like in CW. Is there an option or do I need to run an external utility on the .elf file to generate a HEX, S19, etc.

 

TIA!

 

Monte---

ラベル(1)
タグ(3)
1 解決策
1,617件の閲覧回数
BlackNight
NXP Employee
NXP Employee
2 返答(返信)
1,617件の閲覧回数
robertpoor
Senior Contributor I

For anyone who has come here recently, things have changed a bit in kds_v3.  To enable the generation of .srec files (e.g. as input to a ROM or flash-resident bootloader), navigate to:

Projects => Properties => C/C++ Build => Settings => Toolchains

... and check the [ ] Create Flash Image box.  (While there, you might want to enable the [ ] Print size box as well.)

0 件の賞賛
返信
1,618件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Monte,

see section 'Creating Binary Files with GNU ARM Eclipse Plugins' in

Binary Files for the mbed Bootloader with Eclipse and GNU ARM Eclipse Plugins | MCU on Eclipse

Erich