I am using a S08QE and Processor Expert. I have a free running counter (FC16 and TPM101) to generate an interrupt every 4ms. With the S08SH everything was fine, as I could set the option to reset on overflow, but I am now using a S08QE and ProcessorExpert tells me that this option is not supported. To get around this problem I have to reset the counter as the first instruction in my ISR. Surely I should not need to do this.