Attached error log snippet for the reference.
Attached error log snippet for the reference.
Hi,
Is this the nRF5340 Audio DK or is it you custom audio board?
Do you get issues with a later SDK version, say, v2.7.0 or 2.9.0?
Regards,
Priyanka
SDK version v2.5.0
Did you modify the v2.9.0 nrf5340_audio config?
The error is from this line https://github.com/nrfconnect/sdk-nrf/blob/v2.9.0/applications/ipc_radio/src/main.c#L15
It seems the nrf5340_audio misses CONFIG_IPC_RADIO_BT=y which should be nrf5340_audio/sysbuild/ipc_radio/prj.conf#L49
I tried to build after setting this configuration flag in mentioned location, still not able flash board properly.
after flash it was in read color.
Could you try the application without any modification?
still same behaviour
Try this 7217.nrf5340_audio.7z for NCS v2.9.0.
I have tested it can build with "west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2" without issue.
Try this 7217.nrf5340_audio.7z for NCS v2.9.0.
I have tested it can build with "west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2" without issue.