Hi,
I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server example from the Zephyr. Since this DK do not have a I2S Decoder I am using an external I2S DAC (CJMCU-1334 UDA1334A I2S DAC Audio Stereo Decoder Module) . I have added overlay file for configuring the I2S peripheral as follows. I am using SDK 2.7.0
I have also made some changes in the main.c and also for initializing the I2S. The changed portions are also attaching .
with these changes I am able to build and flash the code to the nRF5340 Dk. I am able to connect with the mobile device with the DK as a audio device, but i have faced some errors at the starting. The errors are also attached.
Ignoring the first error I connected the device and when I played audio in the source , the error in the below screenshot happened causing the system halt.
I understand the errors happened due to some memory buffer issues. But couldn't able to point out the exact point.