2021-07-06 12:34 AM
I ask this question because I am already using all the i2c pins for my lcd screen and I need to write in EEPROM and it seems that I need to configure a I2C to use the hal function to write ...
2021-07-07 01:54 AM
@STM32L0Fan : "the hal function : HAL_FLASHEx_DATAEEPROM_Program()"
So what does the documentation for that function tell you?
Is it, as @Community member suggests, only intended for the internal EEPROM within the STM32 ?
2021-07-07 03:21 AM
Yes I was willing to use the internal EEPROM, sorry if I wasn't precise enough !
Thank you @Community member and @Andrew Neil :D
Have a great day !