Hi,
I have built ble board with nrf52832 with no pca10040 on my board and i have assign button switch pin as P.0.13 from nrf52832.Previously i am using nrf52832 dev kit so i have used function for pressing the button switch bsp_event_to_button_action_assign(BSP_BOARD_BUTTON_0, BSP_BUTTON_ACTION_LONG_PUSH, BT0_LONG_PUSH);Now i have used same function bsp_event_to_button_action_assign() for pressing the button switch in my own built ble board of nrf52832 with no pca10040 by assigning in BSP_BOARD_BUTTON_0 with pin 13 but unable to read the button .
My query how to use bsp function for my button switch event in my own board with nrf52832 with no pca10040.