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
  • Thanks for the response.

    Here is the flash address mapping for our application (nRF5 SDK),

    MBR  start address: 0x0000

    Softdevice  start address: 0x1000

    Application Code start address: 0x27000,  End Address: 0xE2000 and size is 0xBB000. 

    Bootloader Code start address: 0xF3000, End Address: 0xE9000 and size is 0xA000.

    We have a free space in between Application code and Bootloader code.

    So how can we merge the nRF Connect SDK Radio test Example hex file with nRF5 SDK Application and Bootloader?

Children
Related