Resolved! Unable to erase flash memory of STM32G030 using HAL_FLASHEx_Erase
I am working on a project which requires storing values in flash memory so that the values will be retained next time the device is turned on. I tried this on STM32F103C8T6 and it worked without any issues. But on STM32G030C8T6 I'm getting error whil...