Hi Support team,

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

Hi Support team,

419 Views
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 Kudos
Reply
0 Replies