Run DTM features while hci_rpmsg is running on the network core

Hi,

We've migrated our product from using two processors (a STM32F7 running the application and an nRF52832 running BLE/NFC) to one, the nRF5340.  Since the nRF52832 had ample FLASH memory, we were able to incorporate the Direct Test Mode (DTM) functionality into the radio app.  This allowed us to execute the DTM tests directly from a user interface which was very convenient for doing FCC testing. 

On the nRF5340 processor, we're running the hci_rpmsg application on the network core.  Is there a way to run DTM through the HCI rpmsg interface?  Or would we have to program the network core with the DTM app?

Thanks

Related