• Problems with bytes added at end of image
    Hi everybody, I'm writing a bootloader for a Cortex-M4 microcontroller. This bootloader is placed into the first 16 kByte-Flash-Segment of the chip (Address-region 0x08000000 - 0x08004000). The bootloader...
  • Problems with bytes added at end of image
    Hi everybody, I'm writing a bootloader for a Cortex-M4 microcontroller. This bootloader is placed into the first 16 kByte-Flash-Segment of the chip (Address-region 0x08000000 - 0x08004000). The bootloader...
  • Finding the end of ROM (as in .HEX / .BIN)
    (I wanted to reply to this thread, but was not able to: http://www.keil.com/forum/16466/ ) (Using Keil 4.53.0 on an STM32F103VG) Using two of the methods from that thread to find the "end of...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...