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

Building SDK 12.3.0 examples for nRF51822

When I try to build example in SDK 12.3.0, I always get the hex file for nRF51422 target, how should I change the target to build the example for nRF51822?

I set the variables in Makefile.posix and then running make command in <SDK path>/examples/ble_peripheral/<example>/pca10028/s130/armgcc/ directory.

But the result in the _build directory is nrf51422_xxac.out. I want result for the nrf51822QFAA chip.

Would you please help me to change the target chip in examples?

Related