Tool/software:
I loaded the task switch example below to Lauterbach debugger, and check the timer1 interrupt
ti/binary/freertos_test_task_switch/bin/j784s4_evm/freertos_test_task_switch_mcu1_0_release.xer5f
I put a breakpoint on the interrupt ISR, the interrupt ISR is supposed to be executed at the timer programmed time, which should be constant. But its period is quite different each time. How could this happen?