cancel
Showing results for 
Search instead for 
Did you mean: 

Will the data be shifted right automatically when the data size is less than the slot size in SAI receiving?

diverger
Associate III

The manual says the data received will be right aligned in the SAI_DR. Does this mean the data will be automatically shifted right if my data size less than the slot size. For example, a 24-bit data size with a 32 bit slot size? If so, how it treat the high bits shifted in? Padding with 0s?

Thanks.

1 REPLY 1
diverger
Associate III

I've test that. And it seems MCU will shift it right and simply padding zeros.