HAL_Delay problem when adding ThreadX to the project
Hello everyone,
I'm working on the µc STM32H5, I have an application that runs correctly, and when I configure the threadX in the project for which I've configured the TIM6 as the basic timer and I've released the SysTic for the threadX using CubeMx. I've had a problem with the HAL_Delay API, which doesn't work outside my configured tasks because the TIM6 handler isn't triggered and consequently the uwtic doesn't increment any more.
In NVIC I've configured a priority of 15 for the TIM6.
After debugging I found that the TIM configuration is correct but the Handler is not triggered.
Any feedback is appreciated!
