Hi Support team,

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

Hi Support team,

805件の閲覧回数
shivag
Contributor I

Hi support team,

I am referring MC9S12ZVCA192 controller for my project development, i am supporting interrupts for PORTAD 7 pin(PAD7) i need to relocate the interrupt address form 0xFFFEF4 to 0xFFBFF0.

i have tried with

const InterruptTableEntry _InterruptVectorTable[1] @0x00FFBFF0U = {

/* Interrupt vector table */

_VECTOR(CPU__ivVportad) /* 0x3D  0x00FFFEF4   4   ivVportad      used by PE */

};

it is relocating to this but interrupt is not generating, but if i use 0x00FFFEF4U interrupt is generating.

please suggest me with the procedure i need to follow to relocate interrupt vector table.

Regards,

Shiva

0 件の賞賛
返信
0 返答(返信)