stm32h7xx_hal SysTimer failed to initialize during HAL_Init().
I have STM3H753XI Eval board. I am working with example project available \en.stm32cubeh7_v1-9-0_v1.9.0\STM32Cube_FW_H7_V1.9.0\Projects\STM32H743I-EVAL\Examples\UART\UART_HyperTerminal_IT
Tool chain is IAR EWARM 8.22
Project is compiled successfully and hex file is generated. Downloaded the hex file and LED's are not turned ON.
While debugging found, that sys timer frequency configuration is wrong. the global variable "uwTickFreq" is set to 'y'(0xFF)
Did any one observed the same behavior?
