This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

not advertising after uart pin change

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,

Parents Reply Children
No Data
Related