EEPROM write problems (STM32L071KB vs STM32L071CB)
Hi, Writing to EEPROM worked fine like that on our KB but since we switched to STM32L071CB the Problems started.bool eeprom_interface_write_init(void) { if(HAL_OK == HAL_FLASHEx_DATAEEPROM_Unlock()) //unlock DATAEEPROM { ...