Skip to main content
Visitor II
March 26, 2004
Question

How do I create a HEX file from ST visual debug

  • March 26, 2004
  • 3 replies
  • 1087 views
Posted on March 26, 2004 at 09:51

How do I create a HEX file from ST visual debug

    This topic has been closed for replies.

    3 replies

    shlomo2Author
    Visitor II
    March 25, 2004
    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.
    Visitor II
    March 26, 2004
    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

    Visitor II
    March 26, 2004
    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