hi ,everyone.Why do I use app_gpiote_user_register this function in my SDK11.0 , and i download in nrf52832 ,i found that he could not initialize, what's the problem?How do I change?As shown in the figure below:
hi ,everyone.Why do I use app_gpiote_user_register this function in my SDK11.0 , and i download in nrf52832 ,i found that he could not initialize, what's the problem?How do I change?As shown in the figure below:
Hi,
The app_gpiote_user_register()
function is part of the GPIOTE handling library, this library is obsolete and should not be used in new designs. Instead, you should use GPIOTE driver. See also this infocenter page.
Hi,
The app_gpiote_user_register()
function is part of the GPIOTE handling library, this library is obsolete and should not be used in new designs. Instead, you should use GPIOTE driver. See also this infocenter page.