Connections for STM32L4 SPI slave
I have an STM32L433 that implements a SPI slave, it is connected to another MCU master. It is unclear from the datasheet and searches for answers whether MISO and MOSI on the slave should connect directly to MISO and MOSI on the master, or, if they should be crossed.
Is master MOSI -> slave MOSI and master MISO to slave MISO correct?
Sid

