Posted on March 17, 2017 at 23:00Hi!I am trying to write s string into the EEPROM of a STM32L053.I create a strcpy like funtion, using STM32L0xx HAL Libraries:for writing the EEPROM I use this sequence of HAL functions.char ascii_string[200];HAL_FLA...