Hello all I am using nRF52832 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
#define RX_PIN_NUMBER 12#define TX_PIN_NUMBER 11 in pca10040.h but it is not working. Could someone guide me through with the said issue.