Linker configuration - iarsystems/ewptool GitHub Wiki
Once the target device is selected:
- Open the project’s options with Project → Options (ALT+F7).
- Navigate to the Linker → Config 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.
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.