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 ensure that I won't miss any bytes, do I need the RWW functionality? It seems to me if I donÄt have that, my interrupts are blocked the entire time I write to the EEPROM because the vector table is in the same memory. Am I wrong in this assumption? Can I do anything else to ensure the reception of bytes is uninterrupted?
Cheers
