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

SDK 7 (forced) migration

Hi, we have developed a product based on the nRF51822 using Nordic SDK v6.1.0 and S110 v7.1.0. Now we are on production and we are obliged to use the nRF51822-QFAA with Build Code Hx0. Looking at the document nWP-021 v1.0 "Migrating from the 2 nd to the 3 rd revision of nRF51822", it seems that the Build Code Hx0 is only compatible with SDK v7.x.

I downloaded the SDK v7.2.0 and I discovered that all the directories are heavily changed, the Makefiles for GCC aren't updated for the new directory layout. Moreover with the new directory layout the source files are mixed with the header files in a way that I really don't understand...

I'm writing to ask if there's a simple way to update the GCC Makefiles to use the SDK v7.2.0, or alternatively if I can replace only some files of the SDK v6.1.0 (such as the linker files and the *.s files) and continue to use the SDK v6.1.0.

Thanks for any help/suggestions.

Samuele.

Related