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.
Hi I'm using teh HEX2BIN file from keil web page and trying to use output tab to run this file. I can't get it to compile and have keil uvision software to run this so that i can get a binary file instead of a hex file. what is wrong? Tom
"I can't get it to compile and have keil uvision software to run this so that i can get a binary file instead of a hex file." I presume you mean "build" here? Building is the complete process of translating (compiling, assembling, etc) all the source files, and then linking them into an executable image. Do you mean it won't build at all? Or do you mean it won't run HEX2BIN after it builds?
I got the software to build and the hex2bin to output the .bin file. bit does not give me the right .bin file for that hex. i know that when i try to download using superpro /l+ and see that there is difference. also, if i run the hex2bin file by it self through dos, it does not give me the right bin file for that hex. i know that when i try to download using superpro /l+ and see that there is difference. ?
I have seen hex2bin not produce a hex file, without giving an error, thus leaving the original hex file behind. I think it had something to do with paths, and make. Typing the command from a dos prompt would work, but the same command in the make file wouldn't.