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

migrating to S310

What I'm using: PCA10028 (nRF51422), SDK 7, Keil uVision 5, moving SD S110 v7.1 to SD 310 V2

I used the ble_app_lbs project as a template. Being a newbie to both BLE and ANT - the ble_app_lbs project turned out to be a very good starting point for me. This project used the S110 stack, so that's what I've been running.

I'm far enough along, that I now need to start implementing ANT. I assumed all I would need to do is reprogram my board with the S310 stack, and in Keil go into the Options Panel/Device Tab and select the nRF51422 device. With these settings, I get a Flash Download Failed - "Cortex-M0" error.

I'm sure the problem is how the project is set up. Keil's device drop down menu bar is still showing: nrf51822-xxaa_s110 (256K). The only other device listed in the 128K version of the 822.

So... Is there any easy way to migrate a Keil project from the s110 stack, to the s310?
Thanks

Related