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

Compiling for nrF51422 and running on nRF51822

Hi all,

I installed Nordic examples for Keil MDK, and I am able to compile the examples for the PCA10028 board, which is based on the nRF51422. But I intend to take the same code, and run it on a nRF51822 module. I know the 51422 has ANT+BLE, but I am interested only in the BLE operation which the 51822 can handle.

My direct question is: can I just take the code compiled for the nRF51422 (BLE-only) and flash it to a nRF51822? That would save me from having to change some of the project files to adapt them to the 51822.

Thanks,

Julio

Related