Facing problems with saving data to flash memory on stm32g030c8t6.
I tried implementing a driver by following the Flash example present of the GitHub page and a blog I found online:
How to Program Flash memory in STM32 » ControllersTech
The driver code according to this blog is: STM32/FlASH_PAGE_F1.c at master · controllerstech/STM32 (github.com)
I tried to implement it for my application: Eeprom-Emulation-driver-STM32/FlASH_PAGE_F1.c at main · Yadnik1/Eeprom-Emulation-driver-STM32 (github.com)
However, no data is being stored in the flash memory. I am making a mistake that I am not able to identify it, can someone please guide me with it.
Thank you very much!!
