SPI full duplex not working, but MOSI and MISO lines work fine individually. How do I fix this?
Pardon me for asking repeated questions on SPI, but it's giving me a lot of issues. So far I have configured two STM32 boards as master and slave, and ran code for MOSI and MISO lines individually which seemed to work fine. Now that I combine those c...