Resolved! Can not write data in flash of STM32G030C8T6
This is my code;it when run to the code in the picture, the MCU will deadvoid Flash_Test(void){ U32 Write_Addr = FLASH_USER_START_ADDR; //FLASH_USER_START_ADDR=((uint32_t)0x0800E000) uint64_t data64=0x1234567812345678; EraseInitStruct.TypeErase ...