• Trying to convert HEX or BIN file to AFX or add Pages to AFX.
    Hi. I'm using a licensed µVision 4 and I'm trying to improve the programming of my devices. First, this is how I do it now: I create a AFX program file with µVision4 and I can flash the devices...
  • How i link a sepete afx file in a other project
    Hello, i try to link a external program (boot programm, with own vector table ) in a main program, but i have a problem. I have tried witch a scater file: LR_IROM 0x08000000 0x00040000 {...
  • HEX Output
    Hello, I am using uV2 to develop my system. The target is an AT89C52 (ATMEL). I use CEIBO debugger in addition. When I have compiled it and ran it with the emulator, everything works... I use both...
  • Comments in Hex file output?
    Greetings: Is anyone aware if the Keil environment can embed comments is its HEX file output? Embedding notes (title, version, copy-write, etc.) in HEX file output has proven helpful in my plethora...
  • Multiple HEX output file
    Hi,Sir! I want to get multiple hex file, for example, a boot section is a standlone hex file, other user code is another hex file? how to set up in UV4?