What is a TIC?
If you click reply, then look in the upper right corner you will see a link that says "Use advanced editor".
That is one of the draw backs of using PE, it can be hard to integrate "other" code.
I would think the issue is that the sample code has a function ADC0_IRQHandler(), but since the PE interrupt table is different, it does not over ride the weak function defined in kinetis_sysinit.c in a non PE project. Does the sample code have such a function?