Unable to receive data on SPI, when configuring SPI1 as Master and SPI3 as Slave
Hi,I want to interface two SPI peripherals on the same STM32H743 nucleo, am configuring SPI1 as Master and other as Slave and connecting them with each other. Am transmitting in polling mode via SPI1 and receiving in interrupt mode on SPI3. I am rece...