User Activity

I am using the stm32H743 and have added USB OTG FS and FatFS to my project.A function is generated in Main() : static void MX_TIM8_Init(void)and the last thing this function calls is: HAL_TIM_MspPostInit(&htim8);But this file is NOT generated. Why ?