Hello,
I am looking to implement 4 timers in my software. I am looking to use the RTI module for this. Our processor is the RM48L952 PGE package.
The first 2 timers I would operate off a 1sec timebase
The other 2 I would operate off a 100ms timebase
Is it possible to counter0 and counter1 of the RTI module to deliver these timebases such that when I set the compareX period it becomes a multiple of 1sec or 100ms?
My hope is that from some timer driver functions I can simply call rtiSetPeriod() for one of the available counters with my desired period and then wait on the interrupt clearing a flag to indicate timer expiry.
Any advice here is appreciated. My alternative will be to simply generate ticks and manage timers and their expiry in the application driver software.
Thanks
Jamie