How to implement Full Duplex SPI communication in STM32H745 in blocking method?
I'm trying to implement SPI Full Duplex communication in NUCLEO-H745ZI-Q board by configuring CM7 as Master & CM4 as slave. I used the function HAL_SPI_TransmitReceive() in both the cores but could not get the expected result.I tried to debug and fou...