Hi,
i have changed uart pins to second port. After that it is not advertising. when i connect the FTDI converter to the uart pads from custom board, it starts working and advertising. If i remove the uart to usb converter, it will revert back to not advertising.
Here it is the change in code,
in pca10056.h
#define RX_PIN_NUMBER NRF_GPIO_PIN_MAP(1,8)
#define TX_PIN_NUMBER NRF_GPIO_PIN_MAP(1,6)
#define CTS_PIN_NUMBER NRF_GPIO_PIN_MAP(1,7)
#define RTS_PIN_NUMBER NRF_GPIO_PIN_MAP(1,5)
is there any dependency on port changing?
BR,