Hi,
No, POSCNT contains the actual count. MAXCNT controls how "far" POSCNT counts before rolling over. That way you can have it wrap around at 1000 or 2000 or 34567 instead of 65535 if you want.

The interrupt flag gets set whenever it rolls over, going in both directions.

/Henrik.