STM8 'Read While Write' function necessary to ensure serial RX while accessing EEPROM?
Hi,I am looking at STM8 MCUs and am trying to figure out, if I need the RWW functionality. I want to save data to EEPROM after a specified time has elapsed and read at random times from the data EEPROM. I also want to have UART comms running.To ensur...