Resolved! What does the HAL_SAI_Receive() function take in as the parameter- 'Size'?
I am trying to use the HAL_SAI_Receive() function from the STMF767xx SAI drivers to receive some data from a device and I would like to know what does the 'Size' parameter actually represent. My scenario is as follows:1.) The SAI operates in slave m...