This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using app_gpiote and nrf_gpiote - CONFLICT?

I have based my project on the SDK 6.1 ble_app_hrs. In main.c is included app_gpiote.h which I assume is for the app_button module. However in a separate class I also use nrf_gpiote.h to enable PPI shorts for PWM generation. This is based on a PWM code available on the Nordic GitHub.

Could these two ever conflict? I assume they access the same lower-level code. Currently I only use them for Button pushes and (nrf_gpiote.h) PWM generation. Thanks

-DC

Related