What is the "ivVirq" interrupt for freescale MC9S12XF512MLM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the "ivVirq" interrupt for freescale MC9S12XF512MLM

528 Views
Kartoon67
Contributor III

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

Labels (1)
0 Kudos
1 Reply

378 Views
J2MEJediMaster
Specialist I

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