STM32G4 SPI Transmitted Data is also Transmitted while receiving during next cycle
Hello,I'm currently working on a project where my STM32G747RE is acting as an SPI Slave.The SPI transmission is as follow:Master sends 8 bits "command"Slave send back 16 bits "data"My issue is the following; On the MISO line, the STM32 always send ba...