how do you use pwm and gpiote together? pwm wants nrf_drv_gpiote.c, which conflicts with app_gpriote.c.
how do you use pwm and gpiote together? pwm wants nrf_drv_gpiote.c, which conflicts with app_gpriote.c.
You cannot use app_gpiote and nrf_drv_gpiote together, and therefore not app_gpiote and app_pwm together. App_gpiote is an old module, which is replaced by nrf_drv_gpiote (i don't know why the app_gpiote module is still in the SDK). I would recommend to switch to nrf_drv_gpiote.
aha! thanks. It'ls probably still there because it works fine until you run into this :D