I want to generate an interrupt for 1 millisecond for giving accurate delay in MC9S12XEP100 ,
I am stuck on how to do that , can you provide an example for reference as well ??
Thank you
Hello @ughadge ,
I have implemented for S12ZVL. For MC9S12XEP100 it might be same. In CodeWarrior you can add TimerInt module
Set the interrupt period
and your ISR will be generated in Event.c file
That's done.