• 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__...
  • Place constant at fixed code memory address
    Hi, I'm confused about the existings threads regarding this topic, so please excuse this new thread. I'd like to put some calibration data into my (OTP) memory of C164-CA. The software would have...
  • Fixed adreess constant
    Hi, I write a funcion named IAP and put it in a fixed adress using de "BL51 Locate" table as below: Code: ?PR?Switch_Flash?Iap_asm(0x1000) Now I want to put a constant in a fixed adress. How can...
  • 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...
  • Jumping to a fixed memory address
    Hello, I'm working on an application where I need a firmware update. I wrote a bootloader, but I don't get a right solution how to jump to a fixed memory address. I read many forums but those solution...