brolan-juul opened a new pull request #1645: Timer - Achieve Low Power
URL: https://github.com/apache/mynewt-core/pull/1645
 
 
   This PR implements a suggested workout around to achieve low power with 
timer off.
   
   **NRF52832 Errata v1.9 - 3.19 [78] TIMER: High current consumption when using
   timer STOP task only**
   
   **Symptoms**
   Increased current consumption when the timer has been running and the STOP 
task is used to stop it.
   
   **Conditions**
   The timer has been running (after triggering a START task) and then it is 
stopped using a STOP task only.
   
   **Consequences**
   Increased current consumption.
   
   **Workaround**
   Use the SHUTDOWN task after the STOP task or instead of the STOP task.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to