Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
I started development on top of ‘ble_app_blinky’ code.
I have few queries on GPIO configuration.
1) For LEDs I am seeing bsp_board_init(BSP_INIT_LEDS) to configure LEDs. But for buttons I am not seeing any such function (bsp_board_init(BSP_INIT_BUTTONS). How buttons are configured (Input, pull-up/pull-down, priority etc…).
2) In this example, both button press & release is detected. I want to detect only press. How to change this.
3) How Raising & Edge trigger interrupts are configured for buttons.
4) In example code, all buttons are configured to same delay/debounce. Whether can I configure different buttons to different debounce (Button 1 with 5 sec, Button 2 with 1 sec etc...).
5) What is the max debounce time can I configure ?
Thanks & Regards
Vishnu Beema