Skip to content

Linker configuration

Felipe Torrezan edited this page Apr 3, 2024 · 2 revisions

Once the target device is selected:

  • Open the project’s options with ProjectOptions (ALT+F7).
  • Navigate to the LinkerConfig tab.

The linker configuration file (*.icf) will automatically change according to the selected target. The target's default linker configuration should be generally ready to use with programs with no specific flash partitioning requirements.

project-options-linker

Tip

Special applications, such as bootloaders, might require custom linker configuration. For applying a custom linker configuration to the application enable Override default pointing to the customized (*.icf) file.