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.

Use XCLKIN for CPUTIMER2 in 28027

I Set the GPIO19 as the XCLKIN path,and set the clock of CPUTIMER2 as EXTCLK. This make the CPUTIMER2 counter decrease by XCLK.

The core clock is on-chip 10MHZ  OSC1,system clock is 60MHz;

Now,I pass a serial of pluse to CPUTIMER2,the timer counter run correctly;

but if I use a RC filter(R=3KOhm,C=1nf) to filter the pluse,the timer counter run wrong;while I remove the capacitor,it Run correctly again;

is the source of XCLK have some requirement? such as Impedance match?