• hex file address order
    When I create a hex file for a C file the addresses are not in order. Is there an option in uVision to make sure they are in order? The addresses are fine when I use an assembly file.
  • hex file address order
    When I create a hex file for a C file the addresses are not in order. Is there an option in uVision to make sure they are in order? The addresses are fine when I use an assembly file.
  • HEX output has wrong addresses
    I'm trying to combine my bootloader and application projects made in Keil uVision5 into one single hex or binary file. I have used the bootloader to upload a binary of the application and it works. I...
  • HEX output has wrong addresses
    I'm trying to combine my bootloader and application projects made in Keil uVision5 into one single hex or binary file. I have used the bootloader to upload a binary of the application and it works. I...
  • Intel HEX - Start Linear Address Record
    Hi there, I'm working on a bootloader that uses a hex file. What does this row do? :0400000508000131BD It breaks up to these: : Start code 04 Byte count: 4 0000 Address 05 Record...