Hi Jing !
PIT timer has resolution 32 bit and BusClock is only clock source for it.
If bus clock 48Mhz, it count full loop in ~ 89s.
What should be enough for short term measurements. FreeRTOS supports only 32bit counter only for keep track of task execution time.
May be have sense to use chained timer and use high 32bit and reload low timer every 10 us.
Regards,
Eugene