Alright I'm a total newbie and have gotten myself so far...
I've compiled my project on macOS using ARM-GCC. Using the PCA10028 and the nRF51422, which works great on my Dev Board.
I then tried to flash the same hex file onto my custom board which has a nRF51822, it went on but doesn't seem to be working... I'm definitely flashing onto it as it shows up as a nRF51822 in nRFgo Studio instead of the usual nRF51422.
So I assume I need to compile the source code differently for the nRF51822? Are there any examples lying around that I can follow?
My chip has the following written on it:
N51822 QFAB00 1530NQ
Thanks