Weird behaviour with data in flash ( STM32F412RE)
Hello,I have some application parameters stored in flash area, declared like this : __attribute__((__section__(".storageFlash"))) const parametersTable_t flashParameters;The linker script has been modified as follow:/* Specify the memory areas */MEM...