The coexistence of two stacks: Wirepas SDK & NRF SDK

Hell to all,

We are currently developing a device that are NRF52832 based on NRF SDK v16. It is in our plan to make use of the Wirepas stack too. At the beginning, it is in our plan to do an implementation support for OTA DFU upgrading from the NRF SDK to make utilization of the Wirepas stack.

Having know that, we have been disturbed by the following questions:

  1. Canan image containing the Wirepas SDK be used as an application when doing the OTA DFU zip file creation?
  2. Can we do the changing of the flash memory layout to get the NRF SDK?

Thanks and regards.

  • Hello,

    Have you tried to reach out to Wirepas for this? They will probably know more about this than I do.

    Is the Wirepas stack distributed as a library, or as a pre-linked binary like our Softdevice?

    1. It should work as long as it can be linked to start above the Softdevice in FLASH.

    2. It's not possible to relocate the Softdevice. The Softdevice + mbr must start at address 0x0.

    Best regards,

    Vidar

Related