2022-11-20 08:45 PM
Hi,
I am trying to read a simple register via SPI4, when I am using the HAL function (HAL_SPI_TransmitReceive()), this function return a timOut. I did some debugging and when I transmit my data via the SPI (line 1344) I can see on my RXDR the value of the read register but when I try to go to the next step (line 1345) the value on the register is remove and then I can no more ready the value on the register
Do you guy have any idea why?