Can't erase on certain flash memory address using STM32G030J6
I want to store some data at start address (0x0800F800) until end address (0x0800F820) on flash memory of STM32G030J6. I save data when the address is empty. When the data has reached the end address, I want to erase all data stored from start to end...