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

Project Code Move nrf51422 to nrf51822

Dear Nordic Team,

I want to move all example code nrf51422 into nrf51822. I am using SDK11. What are the changes want to do in keil compiler. Please support anyone.

Parents
  • You do not need to make any changes at all. The only difference is that the nRF51822 does not support ANT.

    While not related to the difference between nrf51422 and nrf51822, both come in variants with different combinations of flash and RAM sizes. The chip on the DK has 256 kb flash and 32 kB of RAM. Com pare that to your device. If you are also moving to a device with less flash or RAM, you will have to adapt your linker settings accordingly by reducing the length/size to fit the device.

Reply
  • You do not need to make any changes at all. The only difference is that the nRF51822 does not support ANT.

    While not related to the difference between nrf51422 and nrf51822, both come in variants with different combinations of flash and RAM sizes. The chip on the DK has 256 kb flash and 32 kB of RAM. Com pare that to your device. If you are also moving to a device with less flash or RAM, you will have to adapt your linker settings accordingly by reducing the length/size to fit the device.

Children
Related