I am using the 28335 chip. I have a pin I am monitoring with the ECAPs. I am measuring the rising edge only in continuous mode. The ecap writes the absolute time for the event. According to the documentation the first event is written to CAP1, then to CAP2, then to CAP3, then to CAP4, then back to CAP1. This is done with a mod4 counter. I have a timer that fires and needs to determine the time of the last event. Is there a way to determine which CAP was written to last? I can not find a register to read the mod4 counter. It is expected that the counter will wrap around sometimes so looking for which of the four CAPs the greatest value would not work.