You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "kasjer (via GitHub)" <gi...@apache.org> on 2023/02/09 09:33:38 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request, #2945: mcu/stm32: Fix uninitialized clock structs

kasjer opened a new pull request, #2945:
URL: https://github.com/apache/mynewt-core/pull/2945

   osc_init and clk_init for most of STM32 MCUs were not initialized.
   In some cases random stack data could have initialized filed that otherwise would not be used due to syscfg values. Like for example external LSE could be selected even if not present and not configured in syscfg.
   
   This behavior was observed on STM32F7 in optimized build but probably could apply to all other cases hence all place are fixed now.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] kasjer merged pull request #2945: mcu/stm32: Fix uninitialized clock structs

Posted by "kasjer (via GitHub)" <gi...@apache.org>.
kasjer merged PR #2945:
URL: https://github.com/apache/mynewt-core/pull/2945


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org