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:
What does the err_code
return when you call app_gpiote_user_register()
function?
hi,the err_code=1, "Invalid parameter (buffer not aligned to a 4 byte boundary)." , Prompt the error, so what should I modify?Where can modify? thanks.
hi,the err_code=1, "Invalid parameter (buffer not aligned to a 4 byte boundary)." , Prompt the error, so what should I modify?Where can modify? thanks.
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.