STMicroelectronics / STM32CubeH7

STM32Cube MCU Full Package for the STM32H7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
https://www.st.com/en/embedded-software/stm32cubeh7.html
Other
490 stars 302 forks source link

Wrong name for RCC Clock Security System callback #221

Closed carlo-dev-git closed 1 year ago

carlo-dev-git commented 2 years ago

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

HBOSTM commented 2 years ago

ST Internal Reference: 131893

carlo-dev-git commented 1 year ago

Done in release v1.11.0