K.I.S.S. STM32L0xx persistent storage / non-volatile memory
I need a to read and write a simple 16 bit user configuration value that's stored in non-volatile memory. The STM32L0xx is famously short on memory and as such bringing the entire HAL in is out of the question. It swells up the code space well beyond...