Storing variables to non-volatile flash on STM32L432KCU?
I have a routine that self-calibrates a system and returns two uint16_t values that I need to write into non-volatile memory and read at bootup. The values will only be written once during production so write time isn't important. And it needs to be...