Hi, Everyone
How to turn on 4 LEDs in BLE ?
I am testing ble_app_uart on nrf52832 (softdevice s132).
Try to blink the four LEDs on the board do.
I have added to main()
bsp_board_led_invert (BSP_BOARD_LED_2);
bsp_board_led_invert (BSP_BOARD_LED_3);
LED 2 and 3 don't turn on
Can somebody guide me what could be the problem?