[STM32F469] Using HAL_SPI_TransmitReceive not writing on the receive buffer.
Hello,I implemented a simple spi transmission on a STM32F469 based board.The problem i'm facing is that the spi function I'm not getting any value in the receive buffer.Trough the oscilloscope i can see the byte being send and the one transmitted bac...