How to use NRF RADIO in nrf5340 audio sample?

Hello,

I am using nrf5340 audio sample with the custom board. The nRF Connect SDK I use is v2.3.0.

According to this document, I refer to Bluetooth: Direct Test Mode sample to set FEM with my application.

However, the nrf5340 audio sample build fail when include <hal/nrf_radio.h>.

I know that Bluetooth: Direct Test Mode sample build on network core and nrf5340 audio sample build on application core. Is "build on application core" the reason that nrf5340 audio sample build fail when adding <hal/nrf_radio.h>?

According to this document, nRF radio driver is in network core, is it mean that I only can use NRF RADIO in the sample I build with network core?

Parents Reply Children
Related