This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Porting FW from nrf52810 to nrf52811

Hi all,

We have developed a BLE project on nrf52810 that uses S112 and we want to port this project to the nrf52811.

Which code changes should be made? Is there any SOP for the FW migration? 

Thanks

  • Hi,

    You need to include the correct startup files for the nRF52811 and change the preprocessor definitions that are specifically for nRF52810 to nRF52811. You might also need to change the memory settings. We don't have any official procedure to migrate this way, but the easiest and the one I would recommend is to take a PCA10056e BLE example and merge your example into that one. The PCA10056e examples have all the necessary settings and preprocessor definitions included for the nRF52811.

    best regards

    Jared 

Related