User Activity

Posted on January 10, 2017 at 15:27Hi,I am getting a hard fault while trying to read from the internal EEPROM (STM32L011), function:uint8_t Read_EEPROM_Byte(uint32_t address){    uint8_t tmp = 0;   address = address + 0x08080000;    tmp = *(uint32_t...