-
Notifications
You must be signed in to change notification settings - Fork 14
Linker configuration
Felipe Torrezan edited this page Apr 3, 2024
·
2 revisions
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.
This is the IAR EWPtool wiki. Back to Home.