Okay. Let me explain it in this way then,
Earlier, I asked following question regarding ‘Timer’.
1. The formula for the time-out period = (PITMTLD + 1) * (PITLD + 1) / fBUS
2. If PITMTLD = 47, fBUS = 48MHz, PITLD = 999
Timeout = (471)*(9991)/(48*10^6) = 1000us
3. Timeout flag seems to be set after 1000us.
4. In conclusion, setting PITLD to 999 means that timeout flag will be set every 1000us.
Q. When PITTf.p0 will be set to 1?
Case1. PITLD0 = 1000 -> 1000us or 1001us
Case2. PTILD0 = 999 -> 999 us or 1000us
BR Wongeun