You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a SPI transaction occurs, the HAL operates the SPI in "endless transaction" mode, which means that the SPI peripheral is not able to detect when a transaction completes.
The SPI_CR2.TSIZE register value needs to be updated with the size of the transaction in bytes before a transaction is initiated.
The text was updated successfully, but these errors were encountered:
When a SPI transaction occurs, the HAL operates the SPI in "endless transaction" mode, which means that the SPI peripheral is not able to detect when a transaction completes.
The SPI_CR2.TSIZE register value needs to be updated with the size of the transaction in bytes before a transaction is initiated.
The text was updated successfully, but these errors were encountered: