Hi Charlie,
Do you mean KDS Linker File *.ld? If yes, we don't encourage user create it by oneself from scratch manually. Normally this file is created when we create a new project with wizard, then we can find the file under the new created project folder.
Or,
if you don't want create a project, we can also find .ld file under {KDS install}\eclipse\ProcessorExpert\Config\PE\CPE\wizard_data\wizards\kds\{your chip part number}\Source\Templates\gcc
If you want to create a customized section, basically you need:
- define it in ld file.
- use key word __attribute__ to declare it in c file.
for more information,see
https://community.nxp.com/docs/DOC-104433
Chapter 4
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------