Skip to content

F413Z(G-H)(J-T)_F423ZH(J-T): wrong generic clock #1850

Closed
@fpistm

Description

@fpistm

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.

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 workingnew variantAdd support of new bard

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions