STM32F030 - SPI, slave mode: what is sent when TX fifo is empty?
Hello,I use SPI on STM32F030xx in slave mode, 8 bit data size.Master clocks in two bytes, depending on them software loads SPI-DR with 2 bytes, eg:SPI1->DR = 0xA5C3;Then master clocks in two more bytes to get these two data bytes and gets them first ...