EEPROM Emulation
A while ago a member of ST staff kindly helped me on this forum with adding EEPROM emulation to my design (at the time based on Nucleo-F401RE) by directing me to here....
That worked immediately and perfectly.
Having now completed my application I need to port the design to a smaller processor for production and I have chosen STM32G031. I was hoping that I could simply change the included header from stm32f4xx_hal.h to stm32g0xx_hal.h and it would just work but sadly it didn't. Instead I got a large number of errors in the hal driver files.
I wasn't able to find a similar set of files in any repository for the g0xx devices and I don't really have the expeince in the platform yet to be able to modify the files that worked so well with the f4xx devices to get them working on g0xx.
Does anyone know of the existance of similar files for the g0xx devices?
Many thanks in advance.
