• Error when trying to place variable at end of flash
    Hi, I'm trying to place a variable at a specific address in flash and I'm getting the following error .\obj\IRQ.axf: Error: L6406E: No space in execution regions with .ANY selector matching __dczerorl2...
  • Checksum/End Of Firmware/Arm Cortex/Linker
    Hello, I am looking for help regarding uVision IDE and Toolchain with regards to finding the end of firmware. What I want to do: 1) Create a BIN file using hex2bin 2) Replace the dummy CRC...
  • Checksum/End Of Firmware/Arm Cortex/Linker
    Hello, I am looking for help regarding uVision IDE and Toolchain with regards to finding the end of firmware. The specific version of the tools are: Toolchain: RealView MDK-ARM Version: 4.11 ...
  • Linker / place CRC Checksum in AXF File
    Is it possible to instruct the linker (target is an STM32) to place a CRC checksum on the code in the AXF file at a certain location without using any external tools? If yes, what is the crc width, polynomial...
  • storing constant at end of flash
    I need to store a constant at the end of the flash space and I've tried using const long x1 __attribute__((at(0x1FFF8))) = 0x12345678; /* RO */ or const long flash_key __attribute__((section...