wes3 opened a new pull request #486: hw/mcu/nordic: HFXO was not being turned 
on by hal timer
URL: https://github.com/apache/mynewt-core/pull/486
 
 
   The hal_timer code for the nordic MCU's was not turning on the HFXO if one 
of the non-RTC timers was used by an application. The HFCLK source was running 
but was using HFINT (the internal oscillator) which is not very accurate. The 
code now turns on the HFXO. As noted in the commit, this does increase current 
consumption. It might be a good idea to add a config variable to use either 
HFINT or HFXO but I suspect that if people want to turn on these timers they 
want it more accurate than the HFINT (which I have seen be 6000 ppm off!)
 
----------------------------------------------------------------
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