STM8 SPI Wakeup
Posted on June 03, 2012 at 07:04I am using the STM8S as an SPI slave device. The protocol I am using has a fixed sized buffer and I was thinking about using this interrupt to reset the buffer pointers. The data sheet suggests that this interrupt c...