What is the "ivVirq" interrupt for freescale MC9S12XF512MLM

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

What is the "ivVirq" interrupt for freescale MC9S12XF512MLM

537件の閲覧回数
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

ラベル(1)
0 件の賞賛
1 返信

387件の閲覧回数
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