Does Keil creates a intel hex file? The extension is *.h86, I don't know how must I save into the memory.Could you help me? Thanks!!
Hi, yes, C166 can generate HEX-files. You can activate this option within the target options on the output tab. Some Tools can directly download HEX-files to flash or ram. If not you have to convert the HEX-file to a binary file. You will find a tool hex2bin.exe here on this site. ...Leo