nRF52840 + nRF21540 Radio Test example integrate with Application code

Hi,

We need to integrate the radio test example with our application code. (Application code run with nRF5 SDK15).

We  already have radio test example setup with nRF21540 control. (This is run with nRF Connect SDK).

1. Is it possible to create combined hex file with nRF connect SDK and nRF5 SDK (combined our application hex file and Radio test example with different boot address)?

2. If its not possible, How can we integrate radio test example with our application (nRF5 SDK15)?. We need to control nRF21540 also.

Parents Reply Children
  • Hi 

    AKV said:
    How can we integrate radio test/DTM example with our nRF5 SDK15 Application code? 

    I would strongly discourage this. When you do radio testing the normal practice is to flash the device with special test firmware (using the DTM or radio test examples), rather than the application. 

    When you enter production with your product there is no use in having the test firmware available, since you will never use this in the final product. 

    In this case this would be even more complicated, since there is no official support for the nRF21540 in the nRF5 SDK examples. As long as you keep the two separate you can always use the radio_test or DTM example from the nRF Connect SDK for testing, and use your nRF5 SDK based application in production. 

    Best regards
    Torbjørn

Related