carlo-dev-git

Results 2 issues of carlo-dev-git

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...

internal bug tracker
hal

Device **STM32H7B0xxQ** is not documented. Line 74 in `stm32h7xx.h` should be changed from: ``` c /* #define STM32H7B0xx */ /*!< STM32H7B0ABIxQ, STM32H7B0IBTx, STM32H7B0RBTx, STM32H7B0VBTx, STM32H7B0ZBTx, STM32H7B0IBKxQ */ ``` to: ```...

bug
cmsis
internal bug tracker