Is there a way in Uvision3 to obtain a .bin file instead of the .hex file, as the executable file format?
You could use the supplied hex2bin utility, and automatically execute it using the "Run User Program" option in the Output tab of uVision.
Hi I have placed that file in the output tap. It does not compile the file because not enough arguments errors. How can i do what you said? Thank You!
The line I use looks like: c:\bin\hex2bin Obj\AppName.hex The directory, if any, should match the one you select with the "Select Folder for Objects..." button. You should also check the "Create HEX File", so that the linker will create a hex file in the objects folder. Then, you just pass the name of the hex file to hex2bin.
"The directory, if any, should match the one you select with the "Select Folder for Objects..." button." Using the Key Sequences makes that automatic. See the uVision Manual.
View all questions in Keil forum