STM32 Master to STM32 Slave SPI communication - Slave doesn't respond back
Hello,I'm trying to build a setup to test SPI communication between a master and a slave.The master side works well, when the master ask for a read, it sends a byte of register address and ask for 2 byte of reading (I can see 16 clock ticks for the r...