This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

bootloader memory configuration

Hi can you please help me convert these Keil pre processor calls to something that gcc compiler can . If possible i would like more information about these calls and the way the memory mapping is set in the bootloader example.

uint8_t m_boot_settings[CODE_PAGE_SIZE] attribute((at(BOOTLOADER_SETTINGS_ADDRESS))) attribute((used));
uint32_t m_uicr_bootloader_start_address attribute((at(NRF_UICR_BOOT_START_ADDRESS))) = BOOTLOADER_REGION_START;

thanks

Related