Skip to content

bsp/nucleo-h7xxx: Fix clock configuration#3604

Merged
kasjer merged 1 commit intoapache:masterfrom
kasjer:kasjer/nucloe-stm32h7-hse-fix
Apr 8, 2026
Merged

bsp/nucleo-h7xxx: Fix clock configuration#3604
kasjer merged 1 commit intoapache:masterfrom
kasjer:kasjer/nucloe-stm32h7-hse-fix

Conversation

@kasjer
Copy link
Copy Markdown
Contributor

@kasjer kasjer commented Apr 8, 2026

stm32h7xx_hal_conf.h have option to specify HSE value in syscfg. However syscfg.h was not included in this HAL config file. This resulted in STM32_CLOCK_HSE_VALUE being not set during calculation of SystemCoreClock.

This includes syscfg.h in stm32h7xx_hal_conf.h

stm32h7xx_hal_conf.h have option to specify HSE value in
syscfg. However syscfg.h was not included in this HAL
config file. This resulted in STM32_CLOCK_HSE_VALUE
being not set during calculation of SystemCoreClock.

This includes syscfg.h in stm32h7xx_hal_conf.h

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
@kasjer kasjer requested a review from m-gorecki April 8, 2026 10:38
@github-actions github-actions bot added STM STM32 related BSP size/xs labels Apr 8, 2026
@kasjer kasjer merged commit 8b5e381 into apache:master Apr 8, 2026
24 checks passed
@kasjer kasjer deleted the kasjer/nucloe-stm32h7-hse-fix branch April 8, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants