2004-03-26 12:51 AM
How do I create a HEX file from ST visual debug
2004-03-25 05:29 AM
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.2004-03-25 05:56 PM
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 Al2004-03-26 12:51 AM
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