-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bug 🐛Something isn't workingSomething isn't workingnew variantAdd support of new bardAdd support of new bard
Milestone
Description
Generic clock for F413Z(G-H)(J-T)_F423ZH(J-T) is not correct as it set HSE by default while it should use HSI.
Arduino_Core_STM32/variants/STM32F4xx/F413Z(G-H)(J-T)_F423ZH(J-T)/generic_clock.c
Lines 36 to 39 in db95bcb
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; | |
RCC_OscInitStruct.HSEState = RCC_HSE_OFF; | |
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; | |
RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE; |
Issue discussed here: https://www.stm32duino.com/viewtopic.php?p=10988#p10988
A PR was provided in #1848 to fix HSE usage but HSI should be used.
Nucleo F413ZH should be added with the HSE clock usage.
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't workingnew variantAdd support of new bardAdd support of new bard