STM32 DR register 0 when multiple SPI in use
I have two SPI buses activated SPI1 (flash memory) and SPI3 (nrf24l01) on my STM32F407. Separately, they work fine. But, if I transfer something via SPI1, SPI3 read from the register always returns 0 (and in DR register for SPI3 is also 0, BUT sometimes it has value 3 (though has to be 46)). And I don't know where to look and dig dipper. Let me know if you need additional code or screenshots.
