cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a HEX file from ST visual debug

shlomo2
Associate II
Posted on March 26, 2004 at 09:51

How do I create a HEX file from ST visual debug

3 REPLIES 3
shlomo2
Associate II
Posted on March 25, 2004 at 14:29

Sorry for the stupid qustion - never used this tool before and I'm struggking to make a HEX file of S19 file to burn IC.

I'm using the ST72324 IC

My code is writen in C under the ST7 Visual Debug.

I'm trying to burn IC with the InDart board.

Hope this info is enough.

Thanks in advance.
delser9
Associate II
Posted on March 26, 2004 at 02:56

Hello Shlomo

I thrust the following link will help you a lot:

http://www.x-ways.net/winhex/index-m.html

There you can download a good HEX-Editor for trial.

Greetings

Al

sjo
Associate II
Posted on March 26, 2004 at 09:51

What compiler are you using, cosmic or metrowerks ?

Cosmic will produce a .st7 file, from this you can run chex.exe to produce a hex or s19 file.

Metrowerks will produce a .abs file, from this you can run burner.exe to produce a hex or s19 file. Also have alook at the -B linker option.

Regards

sjo