2021-03-16 03:40 AM
Hello everyone,
I'm trying to implement EEPROM emulation in my custom design comprising of STM32F070C6T6 MCU. There is a small drawback in the circuit that I don't have Debugging available. Hence, I was using USB_CDC_Transmit for debugging. I was able to successfully initialize FlashUnblock and EEPROM functions provided in the "en.stm32f0_eeprom_emulation" files.
However, I am now not able to write to or read from EEPROM. Does anyone know what might be the issues? What are the steps that I maybe missing. I am using the same structure as provided in the repository mentioned above. Please let me know if any files are needed to understand the scenario in more detail. Thanks