Hello sir,
I am using nrf52832 soc with customized board having gpio pin with P0.2,P0.3 and P0.4 used for led blinking for different purposes.The function used for led blinking is BSP function .
When i change the pins in PCA10040.h files from LED_1 17,LED_2 18,LED_3 19,LED_4 20 to as described below as :
#define LEDS_NUMBER 4
#define LED_START 3
#define LED_1 3
#define LED_2 4
#define LED_3 5
#define LED_4 6
#define LED_STOP 6
Due to above following changes the led is not blinking .What changes are required so that the led should Blink properly.