Question
STM32H743 HRTIM Clock Configuration Bug from Stm32 CubeMx
MCU Reference STM32H743XIHx
Firmware Package Name and version: STM32CUME FW_H7 V1.7.0
CubeMx Version 5.6.1
Bug exists in stm32H743xx.h and/or stm32h7xx_hal_rcc_ex.c
Clock selection always compiles as Tim2_Ck even when Cpu_Ck is selected on the clock configuration page.
This is due to stm32h7xx_hal_rcc_ex.c looking for a definition of HRTIM (see line 1580). stm32H743xx.h has a defition of HRTIM1 (line 2393).
I worked around for now with a #define HRTIM HRTIM1
Cheers
James
