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
  • If I program the device two times, will the DTM of the first program be overwritten when I program the device for the second time?

    As shown in the picture, this is the file memory when nrf5340 audio sample is programmed.

    And this is the file memory when DTM is programmed.

    Their address ranges overlap. When I program the device two times, the device only perform the function of the second application.

Children
Related