Solved! Go to Solution.
Hi e_v_spronsen,
Please refer to section 17.14 in MCUXpresso_IDE_User_Guide.pdf.
Regards,
Jing
Ok thanks for the help.
The documentation is very limited.
Can you help me how to add this to the linkerscript?
I want to place a const struct at a fixed location in flash. How do I configure this in the linker script?
something like this:
{
. = 0x2500 ;
KEEP(*(.config_boot))
} >PROGRAM_FLASH
Thanks.
Hi,
You needn't modify Freemarker script. Please refer to 17.13.4 in MCUxpresso user guide. It is enough to put a structure in a fixed location.
Regards,
Jing
Hi e_v_spronsen,
Please refer to section 17.14 in MCUXpresso_IDE_User_Guide.pdf.
Regards,
Jing