transfer SPI data from spi4 block defined as SPI MASTER to spi5 block defined as SPI SALVE without success.
ia m using STM32h743II MCU and i am trying to transfer SPI data from spi4 block defined as SPI MASTER to spi5 block defined as SPI SALVE without success.I am using the HAL_SPI_Transmit from the SPI MASTER block (spi4 block) and HAL_SPI_Receive from t...