STM32CubeH7 icon indicating copy to clipboard operation
STM32CubeH7 copied to clipboard

Wrong name for RCC Clock Security System callback

Open carlo-dev-git opened this issue 2 years ago • 1 comments

The RCC Clock Security System callback HAL_RCC_CCSCallback() should be renamed to HAL_RCC_CSSCallback() as described in the reference manual RM0433 par.8.5.3

It is used here: https://github.com/STMicroelectronics/STM32CubeH7/blob/0c3a06c18bd2a87b006a84f997f2b0b56d97a113/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c#L1753-L1775

and the legacy workaround should be swapped: https://github.com/STMicroelectronics/STM32CubeH7/blob/0c3a06c18bd2a87b006a84f997f2b0b56d97a113/Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h#L2547

carlo-dev-git avatar Jun 07 '22 07:06 carlo-dev-git

ST Internal Reference: 131893

HBOSTM avatar Jul 15 '22 15:07 HBOSTM

Done in release v1.11.0

carlo-dev-git avatar Dec 10 '22 18:12 carlo-dev-git