This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK8.1 GPIOTE current draw

I just converted over from SDK8.0 to SDK8.1 to use the pwm library. After I was done, I figured out by searching on here that the GPIOTE is drawing ~1.1-1.2ma in sleep.

I assume this is from the change in the app_button library where it uses nrf_drv_gpiote vs app_gpiote?

The pwm library uses nrf_drv_gpiote too, but I don't care about extra current draw while pwm is active.

Do I need to port back and use the app_button library from sdk8.0?

Related