Hi,
Is there any way to use --gc-sections and still keep a specific section?
I have an "application info" section located at a specific address in flash, which is modified with serial#, etc, before uploading the fw to the device. The fw references the array the section consists of, but still the linker throws it away when using --gc-sections. any ideas?