Okay, I answered my own question above by experimenting, however, the problem I have now is the Timer count values are just incrementing on each interrupt, not resetting back to zero after each int is processed.
I'm not sure what I am doing wrong.
For each IC Int I read the values from (TPMxCnVH:TPMxCnVL) which are approximatly what I expect when read (value increases by approx 280 per read), which is about 64uS trigger time.
I can't seem to get (TPMxCnVH:TPMxCnVL) to revert back to zero after they are read.
The CF doc states "The latching mechanism may be manually reset by writing to the TPMxCnSC register", I am doing this by clearing bit 7 of the (TPMxCnSC) which is CHnF, what else am I missing?
Thanks,
Ross