[STM32CUBEIDE] 1.11.0 Using STM32F407VGT6 fails to generate TIM6_DAC_IRQHandler
This initially an azrtos tx toggle LED test on a STM32F4Discovery board
I followed this video
MOOC - Azure RTOS workshop - 5 ThreadX lab - step1 - First thread creation - YouTube
The attached fileSTM32F4DISCO-1.10.1 works when compile with 1.10.1
After further debug with 1.11.0 it turns outs the attached STM32F4Disco-Dec2022 file crashes in HAL_INIT() because TIM6_DAC_IRQHandler() isn't generated in stm32f4xx_it.c.

