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/15 15:51:02 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request, #2946: stm32h7: Fix APB1 divider conversion function

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

   Function was using incorrect constants for divider. For STM32H7 APB clock has separate divider from HCLK which is the case for other STM32 MCUs.
   As a result timer based on APB1 where incorrectly setup and run at different frequency that expected.


-- 
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 #2946: stm32h7: Fix APB1 divider conversion function

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


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