We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,guys, i need the Intel HEX to BINARY File Converter and BINARY to Intel HEX Converter Utility in some C51 based Project,and i found the below 2 links: http://www.keil.com/download/docs/113.asp http://www.keil.com/download/docs/7.asp
then i check www.hex2bin.com/.../ and www.hex2bin.com/.../,but they are all not available for me,may be it is not available anymore? is there someone has saved these 2 Converter Utility locally? would you pls help to send me a copy?my email is guitarbug#gmail.com(pls replace # with @) Thank you!
BR Frank
bin2hex.exe you can load from many locations in internet ... .
thanks for the reply.Yes,you are right.
BUT our project need the option </4 Generate HEX file using ext. linear address records (HEX386)> of BIN2HEX to convert BIN to HEX.
and need the below options of HEX2BIN to convert HEX to BIN /Ln Bytes to read from binary file /On Output file address offset (where HEX data starts) /M Merge data into existing HEX file
srec_cat at
srecord.sourceforge.net/
like: srec_cat file.bin -binary -offset 0x90000000 -o file.hex -intel
John has sent it to me,thanks. closing this thread.