My develop board is nrf51822 and the SDK version is 9.0 softdevice s130.
Because the NRF51 board is build by the customer.
So the UART connect pin is changed from {13,14,12,15} to {3,1,2,0}.
Please kindly refs line 100 of examples/bsp/pca10028.h.
But in the nRF5 SDK11, the default pin is changed with {25,28,0,29}.
So what value should I changed the UART connect pin?
Thanks