Resolved! One bit shift in SPI communication on STM32G4
Hi,I am working on SPI communication between STM32G491 and ATM90E26. and I am using the SPI polling API with HAL_SPI_Transmit and HAL_SPI_Receive.My System clock is 96Mhz and I am using prescaler of 64 for SPI.CLKPolarity=Low,CLKPhase=1Edge.Communica...