Tool to convert .BIN to .S19

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tool to convert .BIN to .S19

10,392 Views
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

Tags (1)
0 Kudos
2 Replies

6,244 Views
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 Kudos

6,244 Views
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 Kudos