2021-04-09 05:43 AM
Hi ST!
I would like to use 16 slots with a bit depth of 24 bits with the SAI module..
The problem is that the frame length is limited to 256, meaning I can't respect the mandatory condition which is that Number of slots * slot size <= Frame length..
This means that I can only use 10 slots (256/24=10.666)..
Is there away around this? Or is it only possible to use 16 slots with a bit depth of 16 bits?