Hi,
I can build and program the broadcast_source sample application using the Python script:
% python3 tools/buildprog/buildprog.py -c both --pristine -b debug -d both -p
This runs fine and broadcasts as expected. However, I cannot get the application to run when using the command line:
west build -b nrf5340_audio_dk/nrf5340/cpuapp -d build_broadcast_source --pristine west flash --build-dir build_broadcast_source
This builds and flashes OK but does not broadcast. The main LED is blue (not green) and LED 1 does not flash blue.
Can you see what I might be doing wrong?