Hi Cmux,
There are some ISR examples available directly in CodeWarrior for MPC55xx/56xx v2.9 (both HW/SW mode).
Please see the directory below:
<CW for MPC55xx and MPC56xx 2.9>\(CodeWarrior_Examples)\your_derivative\INTC-HWvector-VLE
<CW for MPC55xx and MPC56xx 2.9>\(CodeWarrior_Examples)\your_derivative\INTC-SWvector-VLE
The project generated by the project wizard initializes INTC controller into SW mode by default.
And uses specific routine to initialize vector table ( INTC_InstallINTCInterruptHandler() ) in contrast to the examples above.
Stanish