Conversion of .axf to .hex with length 32

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

Conversion of .axf to .hex with length 32

ソリューションへジャンプ
2,773件の閲覧回数
kaarthick
Contributor II

I am using MCUXpresso IDE. I need to generate output in hex file format with length of 16. How to generate? 

0 件の賞賛
返信
1 解決策
2,630件の閲覧回数
BlackNight
NXP Employee
NXP Employee

The IDE uses the GNU objcopy utility (see MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse ) to generate Intel Hex (and other files). The objcopy does not have an option to control the line length (to my knowledge), so I'm using the srec_cat to do this kind of things. The steps/commands are described in Generating Intel Hex Files with a given Length using srec_cat | MCU on Eclipse .

I hope this helps,

Erich

元の投稿で解決策を見る

1 返信
2,631件の閲覧回数
BlackNight
NXP Employee
NXP Employee

The IDE uses the GNU objcopy utility (see MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse ) to generate Intel Hex (and other files). The objcopy does not have an option to control the line length (to my knowledge), so I'm using the srec_cat to do this kind of things. The steps/commands are described in Generating Intel Hex Files with a given Length using srec_cat | MCU on Eclipse .

I hope this helps,

Erich