Hi all,
i am working on nrf5340 device (sdk v1.5.1)which is connected to microphone.Audio recorded in mic is transmitted via USB to PC(testing on PC right now).while device is transmitting the audio ,if usb is disconnected and connected again (twice or thrice)it stops sending the audio data and i need reboot the device to resume the operation.I am not sure what is causing the issue.Can anyone help me with this?
Note-i am sending 192 bytes per millisecond on USB and creating memory pool of 1920 bytes from which allocating memory dynamically for every transmission.
Thanks.