How do I create a HEX file from ST visual debug
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-26 12:51 AM
Posted on March 26, 2004 at 09:51
How do I create a HEX file from ST visual debug
Labels:
- Labels:
-
Legacy products
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-25 5:29 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-25 5:56 PM
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 AlOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-26 12:51 AM
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