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

Segger linker script

Hello,

I have the following statement in flash_placement.xml:

 <ProgramSection alignment="4" keep="Yes" load="Yes" name=".nrf_queue" inputsections="*(.nrf_queue*)" address_symbol="__start_nrf_queue" end_symbol="__stop_nrf_queue" />

Any idea about its equivalent in Segger linker script?

Thanks,

Sam

Parents
  • Hi Sam,

    Any idea about its equivalent in Segger linker script?

    The file called flash_placement.xml in SDK projects is (sort of) the Segger linker script (or linker section placement file to be exact). The other parts of the linker configuration in SES projects is the linker section placement segments and the linker section placement macros, which you can configure here:

    Is this what you were looking for?

    Einar

Reply
  • Hi Sam,

    Any idea about its equivalent in Segger linker script?

    The file called flash_placement.xml in SDK projects is (sort of) the Segger linker script (or linker section placement file to be exact). The other parts of the linker configuration in SES projects is the linker section placement segments and the linker section placement macros, which you can configure here:

    Is this what you were looking for?

    Einar

Children
No Data
Related