STM32G030 and X-CUBE-EEPROM
Hi, I'm trying to use https://www.st.com/en/embedded-software/x-cube-eeprom.html on my custom stm32g030 board.Following the examples I write this code: HAL_FLASH_Unlock(); ee_status = EE_Init(EE_FORCED_ERASE); if(ee_status != EE_OK) { Erro...