• AFX & HEX outputs are different
    I have an application that, when loaded on to the device (via ULink or JLink) as a .axf file, works as expected. When the .hex output is used instead, the application fails to function. Has anyone...
  • 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 to bin file converter
    HI I'm trying to convert a hex file into a bin file with keil’s HEX2BIN.EXE, but I get an error: Invalid record type in HEX record 2711. LINE 2710. : 08 A940 00 021D0102 1E090000 C6 (data record) ...
  • How to convert a .abs or .hex file to a .bin file?
    How to convert .hex and .abs files to .bin files so I can the use some file comparison software. Many thanks Nick
  • How to convert Hex to Bin file with offset
    I need to convert hex file generated from ARM cortex M0 KEIL project to Binary file for Boot loader application. I found one utility on internet "HEX2BIN". This gives error while generating bin file...