-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32H7: enable more custom boards #15099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- STM32H723xG - STM32H725xE - STM32H750xB
Add - STM32H723ZGTx for all STM32H723xG targets - STM32H725AEIx for all STM32H725xE targets
@jeromecoutant, thank you for your changes. |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please complete review of the changes to move the PR forward. Thank you for your contributions. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
will there be also support for STM32H735IG? This one is on a Discovery board which has no Mbed support yet. |
clocksource = __HAL_RCC_GET_I2C5_SOURCE(); | ||
switch (clocksource) { | ||
case RCC_I2C5CLKSOURCE_D2PCLK1: | ||
pclk = HAL_RCCEx_GetD2PCLK1Freq(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeromecoutant HAL_RCCEx_GetD2PCLK1Freq()
does not seem to exist anywhere.
Similar function exist, but not for D2PCLK1:
mbed-os/targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/STM32H7xx_HAL_Driver/stm32h7xx_hal_rcc_ex.h
Line 3899 in c6d814e
uint32_t HAL_RCCEx_GetD1PCLK1Freq(void); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
See #15229
Summary of changes
Many custom boards are embedding STM32H7xx MCU
This PR enables them
See https://github.com/ARMmbed/stm32customtargets/tree/GENERIC_TARGET/
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers