Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

How migrate nRF51 and Stack310 firmware to nRF52 and stack S332

Rank

Total Posts: 9

Joined 2015-06-29

PM

Hi,

I want to migrate my firmware from nRF51422 and softdevice S310 to nRF52 and softdevice S332.
Please share migrating step if anyone knows.

For nRF52 and Stack S332
1> which Nordic SDK support?
2>Migrating Step?


Regards,
Himansu

     
Rank

Total Posts: 2

Joined 2018-03-09

PM

I'm new to this forum, but in the same situation - has there ever been a reply to this post?
Has a migration procedure from a legacy nRF51 to nRF52 S332 (SDK-11) ever been published?
thanks      
Rank

Total Posts: 13

Joined 2017-04-12

PM

Hi,

Please follow below step.
http://infocenter.nordicsemi.com/index.jsp?topic=/com.nordic.infocenter.nrf52/dita/nrf52/migration/software.html

All ANT API is same as nRF51.

IROM and IRAM address changes as per S332 softdevice.

Download S332 softdevice from thisisant and update softdevice package in SDK. below path.
SDK X.x.x->\components\softdevice\s332

Add S332 path in
Option for Target -> C/C++ option (Keil)

Regards,
Himansu Donga      
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

There hasn't been a specific document for nRF51 to nRF52 migration for the S310 -> S332, but this link is helpful for dealing with the changes to BLE peripheral code. The ANT API changes are minor in comparison.