• Function located to a fixed address
    ARM MDK 3.4: module / function startadress. I would like to have a flash programming function on a specified address (0xf000) from where the normal program can be updated. This would be a simplified...
  • fix a constant address of code
    I would like to fix an address to start my code always at the same address. I have all books C51, A51, BL51, etc but I've lost my L51 book... I use in the option file of linker the instruction CODE...
  • how to locate variables @ fixed locations
    hi all! i'd like to locate a variable (e.g. version number) at a fixed location in ROM, so the firmware can check the userware's version @ startup! userware: int version = 1; // locate this @ 0x1000...
  • Initialized const at fixed location?
    Hi! I've got a piece of source in my current project which represents a balanced binary tree, built from a load of preinitialized structs in C. All that needs to be visible from the "outside" is...
  • STM32 CONSTANT IN FIXED ADDRESS FLASH
    Hello I am using STM32F030K6 microcontroller and I want to put a constant in a fixed address of flash memory. I arrive to do it using following attribute unsigned int const Type_Value __attribute__...