Event handler of app_button isn't called

app_button_init()  and app_button_enable() returns NRF_SUCCESS. But event handler of app_button isn't called.

log messages of nRF52832 device is as follows.

00> <debug> app: app_button_init()       errCode=0x0
00> <debug> app: app_button_enable() errCode=0x0

Parents Reply Children
Related