Hi people.
If I redefine any timer in real time mode, I have a latency in the timer.
There are any solution?
interrupt void cpu_timer0_isr(void)
{
ConfigCpuTimer(&CpuTimer0, 150,2 ); }
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.
Hi people.
If I redefine any timer in real time mode, I have a latency in the timer.
There are any solution?
interrupt void cpu_timer0_isr(void)
{
ConfigCpuTimer(&CpuTimer0, 150,2 ); }