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

Minimize power consumption of LED flashing

I have a "heartbeat" LED which flashes for 10mS every 2 seconds. I was doing this with one of the HW timers and a PPI channel, but I have discovered that just having the HW timer running seems to add around 4mA to the power budget(which I guess is not surprising). Can anyone suggest an alternative way to do this? Could I, perhaps, use an app_timer, but in one-shot mode, and reconfigure/restart it in the expiry event handler?

Parents Reply Children
No Data
Related