Question
ThreadX conflict with Timer1
Hi,
I'm using TIM1 in Encoder mode while running ThreadX in the program in STM32H523. I encountered an issue where TIM1→CNT only toggles between 0 and 1 when rotating the encoder. However, when I deactivated ThreadX, the encoder worked fine. I haven't enabled TIM1 interrupts and am only reading the register periodically. Where could the conflict between ThreadX and the TIM1 Encoder be?
