Resolved! Why __HAL_RCC_TIM6_CLK_ENABLE() macro is used but not defined?
I am using a STM32F411RE board, and cubeIDE.__HAL_RCC_TIM6_CLK_ENABLE(); macro from Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_timebase_tim_template.c is called in the function HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority), however it isn...