Hi,
I have a problem with an interrupt in the Freescale example program for my MC9S12XF512MLM.
So, i would like to know what is the purpose or which component is using this interrupt :
"Dummy_D_ISR, /* 0x79 0xFFF2 ivVirq */
Thanks in advance,
Best Regards
You might want to consult chapter 7 of the MC9S12XF-Family Reference Manual, which describes the interrupt logic. The prefix "iv" for the vector names indicates that the vector table was made by Processor Expert, so you may also want to consult its documentation as to how it handles interrupts.
---Tom