Hello,
I'm trying to get the new SDK up and running on my OSX machine. I would like to make the blinky example work on my PCA10003. So, I copied the blinky/pca10028 folder and renamed it pca10003. I then went into the makefile in blinky/pca10003/s110/armgcc and edited the Makefile there to make sure that all board references are for PCA10003 instead of PCA10028.
I then compiled using make (went ok) and used RKNRFGO to flash the s110 softdevice included with the SDK as well as my new hex file. The flash operation succeeded, but the LEDS do not blink.
Maybe this is an issue with the .ld file? I am not sure how to set this up for PCA10003. Any advice?
Thanks!