Tool to convert .BIN to .S19

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

Tool to convert .BIN to .S19

14,364 次查看
lokuate
Contributor III

Hello everybody,

I'm trying to Flash a .BIN using my P&E Multilink but cannot manage to do it... The P&E tool seems ancient, probably does not support memories above 64k (http://www.pemicro.com/downloads/download_file.cfm?download_id=105 ) because it truncates the conversion at 1ACF0 and I do not see a 32 bit address space whereas other S19 files I've seen go all the way to 1FFF0 with 32bit address space.

Does somebody have an other utility to convert?

Thank you very much,

Carlos

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

10,216 次查看
BlackNight
NXP Employee
NXP Employee

Hi Carlos,

I'm using the SRecord (http://srecord.sourceforge.net/) utility for all kind of conversion and manipulations, see Merging S19 Files | MCU on Eclipse .

I hope this helps,

Erich

0 项奖励
回复

10,216 次查看
mjbcswitzerland
Specialist V

Hi

You can use "objcopy" in the GCC binary folder (eg. as used by KDS) to convert binary to various formats.

See also http://www.utasker.com/forum/index.php?topic=1445.0 for a few utilities for merging binaries and creating HEX and SREC outputs, as well a generating C arrays from binary and other files for including in C programs.

Regards

Mark
Kinetis for professionals: http://www.utasker.com/kinetis.html

0 项奖励
回复