已解决! 转到解答。
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.