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
  • Hi 

    1. This is technically possible, but our bootloader don't really support it so I don't think it will be easy to implement. 

    2. I guess the problem here is that the nRF5 SDK doesn't really support the nRF21540. 

    I assume you will need to control the nRF21540 from the application also, not only when running tests? 

    Are you planning to use the nRF21540 in SPI mode, or in GPIO mode only?

    Best regards
    Torbjørn 

Reply
  • Hi 

    1. This is technically possible, but our bootloader don't really support it so I don't think it will be easy to implement. 

    2. I guess the problem here is that the nRF5 SDK doesn't really support the nRF21540. 

    I assume you will need to control the nRF21540 from the application also, not only when running tests? 

    Are you planning to use the nRF21540 in SPI mode, or in GPIO mode only?

    Best regards
    Torbjørn 

Children
Related