SPI communication using own driver for blocking call: Transmit/receive works fine, but I cannot get the data into the RxData array for later use.
Master: STM32L476RG on Nucleo boardSlave: M95M01-A125, 1 Mbit serial SPI bus EEPROMI set up a SPI driver to study details how registers work and the data is out and in transmitted. The data flow works fine looking at the logic analyzer window. In thi...