Resolved! 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 » ControllersTechThe driver code according to this blog is: STM32/FlASH_PAGE_F1.c at master · contr...