I am trying to get the NRF5340 unicast server example to build and run on the nRF5340 audio DK. I think I got the building done but have noticed:
1. When I click on the VCOM0 interface's 'plug icon' in VSCode it does not open a terminal as the examples (academy videos) indicate it should.
2. When I open the com port in external terminal I am getting the following error: <err> bt_hci_driver: Endpoint binding failed with -11
I assume the error might be because the 'soft device' is not loaded?
Note I am new to Nordic and Zephyr as well as Nordic's VSCode build system, it has been a very very painful few days trying to figure out how to make all this stuff work. There is tons of conflicting documentation on Nordic's website and very unclear processes and procedures to getting started.