Hello
I am unsure of the version of codeWarrior you are using.
We do not have V8.2.3 for HCS12 MCU.
Anyway I did some tests on my V4.7 installation and here is How I can get an interrupt associated with Watchdog
- Add your Watchdog Bean to your project
- In the Bean inspector for the watchdog bean
- Configure the Watchdog Period in the Properties tab
- In the Events tab double click on the red X in front of OnWatchdog. You get a green mark instead of the red X
If you generate code now you will see that vector entry 2 (address 0xFFFA) is now initialized with _COP_EntryPoint a dedicated interrupt function.
I hope this helps.
CrasyCat