Current consumption of timer in counter mode

Hi

I want to use the timer in counter mode (gpio event shortcut to count task). Do you have any number of current consumption? The plan is to have a 64Hz signal but it could also be faster.

Parents Reply Children
  • I did some measurements on my hardware. It seems like the timer itself does not need much the DPPI system.

    It looks like the DPPI needs some clock to deliver an event from e.g. the gpiote to the timer. If I configure a gpio with event_in and connect that to the count task, it needs about 80uA more than without.

    The strange thing is, it needs less if I set the gpiote to lowlatency than if I set it to low power and also configure the sense bits of the gpio. this is quite the opposite than the datasheet tells me...

Related