EEPROM Emulation issue on STM32G0B0CET6 in RTOS task
Hi,I'm currently using an STM32G0B0CET6 and encountering an issue with writing a uint32_t variable to EEPROM using Write_U32_Variable(). The function works correctly during task initialization and in normal bare metal while loop too, but it fails whe...