I received my pre-ordered mKIT. It came with 5 nRF51822 SOC chips. Plus I had ordered some not knowing the kit came with samples. I don't see any pinouts on the mKIT board to bring the SWD programming signals out from the interface MCU to program one of these chips mounted on a custom board or programming socket. I thought we were going to be able to do that.
What is the procedure now to program our own boards that we developed using mKIT?
Had this cut and jump figured out months ago, but couldn't successfully program my external nRF51822 board. Turns out it was because the MBED on-line compiler expects the 32kHz xtal installed which I don't use, and there was no easy way to tell compiler to not expect it. Turns out you have to delete the MBED library and import the MBED source so you can edit the CMSIS configuration. Once I figured out how to get the compiler to not use the external xtal it all worked. See this link about that...
https://mbed.org/forum/repo-44668-mbed_blinky-community/topic/5151/
But, of course, if your custom board does use the 32kHz XTAL, it will work just fine using the default MBED library.
To use, make sure the InterfaceMCU switch it OFF. And the Target Power switch if OFF.
Only need GND, SWDIO and SWDCLK form the mKIT connected to custom board.
The custom board should use it's own VCC.
Voila!
I received my pre-ordered mKIT. It came with 5 nRF51822 SOC chips. Plus I had ordered some not knowing the kit came with samples. I don't see any pinouts on the mKIT board to bring the SWD programming signals out from the interface MCU to program one of these chips mounted on a custom board or programming socket. I thought we were going to be able to do that.
What is the procedure now to program our own boards that we developed using mKIT?