Hi, I use vVision3. Where can I find the .HEX file for programming after the building? Best Wishes Leo
Can this .H86 file be programmed into a microprocessor? Yes, it can. It is the HEX file you want. If you don't like the .H86 extension, you can input the DOS rename command into the 'Run User Program After Make' field. By the way, some ROM programmers don't like HEX files where data are not ordered, which is the case for Keil tools with default settings. You can instruct Keil tools to produce ordered HEX files by using the 'Flash fill byte' option, just set it to 0xFF. Regards, - mike
I need to elaborate on Mikes post: By the way, some ROM programmers made by people that ignored the standard don't like HEX files where data are not ordered. Caveat emptor You (often) get what you pay for. Erik