3-wire SPI Receive - RXNE not working
STM32G031 SPI in 3-wire half duplex mode. When reading data (BIDIMODE=1, BIDIOE=0), how can I tell when I have clocked in a complete u8/u16?Neither RXNE or FRLVL appear to get updated until I stop the transaction.I have it working by using a delay in...