• 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...
  • 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...
  • Parameter Passing in Fixed Memory Locations
    Why is memory reserved for parameters which are actually passed in registers? Isn't that a waste of DATA space?
  • Parameter Passing in Fixed Memory Locations
    Why is memory reserved for parameters which are actually passed in registers? Isn't that a waste of DATA space?
  • How to Link "aeabi" code to a fixed memory location
    Hi, for the bootloader, integrated into the main project, I need to link the "__aeabi_uidivmod" to a fixed location within the bootloader section of my external flash memory. How can I manage...