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

How to debug problem related to led blinking?

Hello all,

I have flased "ble_app_hts" example for nrf51822 on evaluation board PCA10001. In the application both the LED pins are configured for output using "nrf_gpio_cfg_output". Also for each event LED blinking is handled carefully. In advertising_start() function LED0 is clearly set using "nrf_gpio_pin_set" but still LED0 on evaluation board is not blinking in advertising mode. Can somebody help with this problem?

P.S.: With other examples like-"ble_app_hrs" or "ble_app_uart" LEDs were blinking according to application code.

Related