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.

Restarting RTI module counters not working using HALCoGen v03.04.00

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