Hi everyone,
I am currently trying to implement USB headset on nrf52840. As far as I can see the audio example from SDK14 uses SyncType=None meaning that bmAttributes bits for an endpoint sync type set to 0. And in example description it says that audio frames are synchronized to SOF event. So the question is how could the audio be synchronized to I2S mclk frequency? I didn't find any trimming function for MCLK in datasheet. So it looks like the solution would be to use asynchronous mode for audio ep. Is there an example for asynchronous sync type EP? Or is there a way to trim mclk?
Thanks