Tool/software: Code Composer Studio
Hi,
Sorry I can't understand the help document of evhSetupTimer1Trigger().
I found some example about 200ms delay and 750us delay
evhSetupTimer1Trigger(0, 3, 0); // 750 us // Start 200 ms debouncing interval evhSetupTimer1Trigger(0, 200, 2);
and what is "The timeout is rounded up to the closest number of 4 kHz ticks" mean?
I try to calcucate the 750us example, 3*2^0 = 3 clocktick = 3/65536 = 45us, not match...
Thanks.