EEPROM in FLASH emulation for STM32G07x - how to use original EEPROM emulation pre-prepared code without HAL support ?
I'm using just LL drivers for my project, unfortunately eeprom_emul.c file function EE_Init needs stm32g0xx_hal_flash file with HAL_GetTick and HAL_FLASHEx_Erase funtion. What I'm doing wrong ? Is there any example without HAL level functions for EEP...