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

Firmware modification from nRF51422 to nRF51822

Hi,

I want to write a firmware for one of our products with on nRF51822 QFAC included. I downloaded the SDK v7.2.0 and I want to use the ble app hrs project as a starting point, which is made for a nRF51422 xxAC device . I am using Eclipse Mars with GCC, my question is the following :

Which modifications do I have to do to make the project compatible with nRF51822, in particular concerning the makefile ?

Best regards,

Guillaume

Parents
  • Why did you go with SDK v7.2.0? You really should go to SDK 11. It's the latest released version, and a lot has changed since 7; If you're starting a new project, you really don't want the headache of trying to upgrade directly from 7-11, especially since the interfaces majorly changed by SDK 9. Also, the examples in SDK 11 include Makefile examples; and besides changing 51422 -> 51822, you really don't need to change anythign at all. (and you really dont' even need to change that if you don't want to).

Reply
  • Why did you go with SDK v7.2.0? You really should go to SDK 11. It's the latest released version, and a lot has changed since 7; If you're starting a new project, you really don't want the headache of trying to upgrade directly from 7-11, especially since the interfaces majorly changed by SDK 9. Also, the examples in SDK 11 include Makefile examples; and besides changing 51422 -> 51822, you really don't need to change anythign at all. (and you really dont' even need to change that if you don't want to).

Children
No Data
Related