- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
hex to coe
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-13-2008 11:11 AM
Hi,
I need a *.hex to *.coe converter.
I thank any help.
regards
Carlos
Re: hex to coe
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-13-2008 01:57 PM
A google search turned up another forum:
http://www.edaboard.com/ftopic314072.html
It looks like you have to register to get the file attached to the post, but it sounds like what you want.
Re: hex to coe
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-22-2012 11:18 PM
The above referenced post is followed by a couple of other posts that indicate that program may not always work. Attached is c++ code to convert a hex file to a coe file. It should compile as a console application in codeblocks on Linux. It will also work in visual c++. You may need to reference some libraries if using command line. The file name and memory size are hard coded in the file, so these should be changed to match your input file and memory size. It is set up for 64kB of 8 bit. It shouldn't be too difficult to change the radix or memory size.











