Hello
Which version of CodeWarrior are you using?
To retrieve that info:
- Start CodeWarrior
- Select Help -> About Freescale CodeWarrior
- Click on "Install Products"
- CodeWarrior version used is displayed on top in the Installed Products dialog.
I have made a quick check with CodeWarrior for MCU V6.2.
I created a project for HCS08AC8 with ProcessorExpert.
I added a timer interrupt based on RTI peripheral in Processor Expert
I build my application and started the debugger.
I did set a Breakpoint in function TI1_OnInterrupt and the application stops there.
So the interrupt is generated.
Am I missing something?
CrasyCat