I am trying to use a nucleo-f746zg as a slave using SPI6, but it seems to be dropping the first bit.
Hey guys,As I said in the title, I am using SPI6 on my nucleo-f746zg board as a slave. I have it set up to interrupt when a GPIO is low and then it it tries to receive/transmit using the HAL_SPI_TransmitReceive_IT function, but it seems to always int...