User Activity

Posted on October 13, 2016 at 08:53 Hi All, When I use STM8AF6223 read data from eeprom 24C128,I can't poll RXNE flag. This is my code for Read Eeprom: uint8_t Read_EEPROM(uint8_t EepAddr,uint8_t RegAddr) { uint8_t data=0; /* check ...