LE Audio Controller Subsystem for nRF53 Source Code

Hi there!

I am working on a project that uses a custom pcb with the nRF5340 based on the audio dk. So far everything has been running smoothly until I discovered a number of my inputs are not being read correctly. I seem to have isolated the problem to the gpios controlled by the network core (namely p01.08, p01.09, p01.10, and p01.11 for the uart, and p00.28, p00.29, and p00.30 for rgb 2).

Now I am not too experienced with Zephyr and the nRF Connect SDK, but I have thus far been successful creating an overlay on the app core to reroute my IO. Unfortunately, it seems because the firmware for the net core is pre-compiled, I don't have a way of disabling these gpios so my app core can read them.

It seems that it is based in some respect on the Zephyr hci_rpmsg sample, but when I built that for the net core and flashed it the app core was unable to connect to the net core. The only details I could find on the program for the net core is here.

I was wondering if there is place I can access the source for the net core, or some how otherwise get the Bluetooth working again without controlling these gpios. Thanks in advance for any help!

Parents Reply Children
Related