Hello,
I have calibration values that I'd like to edit offline, therefore I'd like the labels to be first saved to flash, before being transferred to RAM.
For all of the values I define as "ExportedGlobal" with an initial value of "0", they are then being defined as bss, not data and not being stored in Flash.
The data type doesn't matter, boolean, unit8, single.
How can I easily ensure these labels are defined as data, not bss?