• Different hex files from different compiler version
    Hi, I am compiling a source code (implemented by other team in Canada) using Keil (uvision-4) V4.02, C51 (9.01), to generate the hex and map(.m51) files. When the same source code is compiled...
  • Difference in hex files with m8051 / DW8051
    I have compiled C code using target as DW8051(synopsys) and have a hex format output file for it. I used the same C code and changed target to m8051 (mentor graphics) and have a hex format output file...
  • Creating a boot loader and application in ROM at different locations
    I want to create a boot loader that will be loaded/executed at device startup which will determine if the firmware application is present and if so, jump (start) the application firmware. Else, it will...
  • 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...
  • Hex file different on Vista and Windows 7
    Hi, When I compile my LPC2106 application using uVision3 on 64 bit Windows 7 machine I get a different Hex file from the one produced on Vista machine. While the code obtained in Vista environment...