Hi all,I want to make communicate two nucleo l432kc (slaves) with a raspberry pi (master) through the SPI protocol. On the raspberry I'm using the spidev API, while on the nucleo I'm using the HAL SPI interface with DMA. The only configuration that...