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
  • Hello,

    I looked into this about 4months ago, I checked again, and it seems the same answer(s) apply still:
    BLE DTM mode on nrf5340 

    Kenneth

  • Thank you for your reply.

    I read the answers of the issue you provided.

    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?

    It seems that this is correct, I can only use NRF RADIO in network core.

    Generally, if I want to use DTM mode, I just need to run DTM program in network core and my own project in application core. right?

    What I still have doubts about is that when burning nrf5340 audio sample, there is a ble5-ctr-rpmsg_3310.hex that must be burned together with the application firmware to be used. That is to say, it is originally two images.

    I guess ble5-ctr-rpmsg_3310.hex is the firmware executed in the network core, although I don't know what its function is. But anyway, if I want to add DTM firmware to nrf5340 audio sample, hex files overlapping issue will definitely happen.

    Can DTM mode be used in nrf5340 audio sample?

Reply
  • Thank you for your reply.

    I read the answers of the issue you provided.

    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?

    It seems that this is correct, I can only use NRF RADIO in network core.

    Generally, if I want to use DTM mode, I just need to run DTM program in network core and my own project in application core. right?

    What I still have doubts about is that when burning nrf5340 audio sample, there is a ble5-ctr-rpmsg_3310.hex that must be burned together with the application firmware to be used. That is to say, it is originally two images.

    I guess ble5-ctr-rpmsg_3310.hex is the firmware executed in the network core, although I don't know what its function is. But anyway, if I want to add DTM firmware to nrf5340 audio sample, hex files overlapping issue will definitely happen.

    Can DTM mode be used in nrf5340 audio sample?

Children
Related