andrzej-kaczmarek commented on issue #2393: URL: https://github.com/apache/mynewt-core/issues/2393#issuecomment-712840565
I recall two other places where HFXO can be started: - on init, if LFCLK source is set to synth clock (this would have to be set explicitly) - in hal_timer, when timer that uses HFCLK is configured So in case mcuboot uses some timer, then it is possible that such timer started HFXO and it is not stopped. In such case I guess it would be reasonable to explicitly stop HFXO in `hal_system_clock_start` - so you can check if this helps and if so, patches are welcome :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
