This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Starterware/AM4379: DMTimer 1ms accuracy

Part Number: AM4379

Tool/software: Starterware

Hi,

I made 1msec with the following setting of DMTimer1 described in TRM.

Input clock = 32KHz clock:
TPIR = 0x38A40
TNIR = 0xFFF44800
TLDR = 0xFFFFFFE0

However, the accuracy of the DMTimer1 was not good.(0.995ms~1.005ms)

And as described below, I made an accurate 1msec by setting TPIR and TNIR to 0.

Input clock = 32KHz clock:
TPIR = 0
TNIR = 00
TLDR = 0xFFFFFFE0

Do you know the reason why the accurate 1msec can not be made with TRM setting?

Best regards,
Sasaki