Examples like the "proximity application" are all associated with the nRF51422_xxAC. The part I'm using is the nRF51822_xxAA. How do I make this examples work with my part? I get the build errors shown in the attachment. Capture2.PNG
Examples like the "proximity application" are all associated with the nRF51422_xxAC. The part I'm using is the nRF51822_xxAA. How do I make this examples work with my part? I get the build errors shown in the attachment. Capture2.PNG
You seems to have missed to enable GPIOTE_ENABLED flag in components\drivers_nrf\config\nrf_drv_config.h file
#define GPIOTE_ENABLED 1
If I leave the device set as "nRF51422_xxAC" in Keil tool, I don't get build errors. I'm setting the device to nRF51822_xxAA using the toolbar button that looks like a magic wand.
If I leave the device set as "nRF51422_xxAC" in Keil tool, I don't get build errors. I'm setting the device to nRF51822_xxAA using the toolbar button that looks like a magic wand.