How does the STM32F0 EEPROM emulation library allocate pages in FLASH?
I am new to the STM32. I am starting a project that requires just one byte of EEPROM.I am using the STM32F072RBT6 on a Nucleo board.I have been successful in getting the eeprom emulation code from the stm32cubef0 examples incorporated into code tha...