When i update ncs 2.4.0. I found a "nrf5340_cpunet_cis-bt_ll_sw_split.conf" in zephyr/sample/bluetooth/hci_rpmsg.
That means zephyr le controller supports le audio and 5340 audio demo?
But I will use this conf and compile hci_rpmsg, and then use the following command to burn to net_core
nrfjprog -f NRF53 --coprocessor CP_NETWORK --program build/zephyr/zephyr.hex --chiperase
The LED on the development board turns red (indicating a problem),but in rtt console i don't see any output (log level2).
If we swap back in the Packetcraft LE controller everything works as expected.
How can I use it to work in the 5340audio demo, I saw it is possible in this thread(devzone.nordicsemi.com/.../nrf5340-audio-development-kit---cis-mode-using-the-zephyr-le-controller---gatt-discovery-fails-due-to-0x05-bt_att_err_authentication), can you help me to test the feasibility?
The reason is that I want to include classic bluetooth in it, which is important for our work.