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

What steps for migration project nRF51422 S310 to nRF52832 S332?

Respected sir/mam,

Our system interfaced with nRF51422 and code is developed by S310 (path :- nRF5 SDK 9.0.0 -> examples->multiprotocol ->ble_ant_app_hrm -> pca10028->S310).

Now we want to upgrade this in nRF52832 by S332,want to migrate code S310 to S332 without any changes in existing code of our system(S310)

In nordic infocenter ,migration guide is only given for BLE project (for s132),and I want this guide for S332 .

Please share me direction for it.

Thank you.

Parents
  • Even if there are many similarities in architecture, there is so much changes occurred in software, that it will not be possible to port from nRF51 SDKv9 to nRF52 SDKv15 in any easy way. There is no such migration guide. I can only recommend to take the nRF5 SDK example that is closest to your final application, and start from there. You will be able to re-use much of what you have learned from the nRF51 SDKv9 in terms of architecture, but there are changes in all modules and api since then.

    Best regards,
    Kenneth

Reply
  • Even if there are many similarities in architecture, there is so much changes occurred in software, that it will not be possible to port from nRF51 SDKv9 to nRF52 SDKv15 in any easy way. There is no such migration guide. I can only recommend to take the nRF5 SDK example that is closest to your final application, and start from there. You will be able to re-use much of what you have learned from the nRF51 SDKv9 in terms of architecture, but there are changes in all modules and api since then.

    Best regards,
    Kenneth

Children
Related