Other Parts Discussed in Thread: RM48L952
Hi,
I try to restart the RTI counters as follows:
rtiStopCounter(rtiCOUNTER_BLOCK0);
rtiResetCounter(rtiCOUNTER_BLOCK0);
rtiStartCounter(rtiCOUNTER_BLOCK0);
However I notice the RTI counters no longer increment following the restart. I no longer get the RTI interrupt. If I comment out the call to rtiRestCounter then the counters start to increment from their stop position. However I would like the counter to start from zero.
Thanks,
Mandeep