This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc2530中断向量表的位置移动

Other Parts Discussed in Thread: CC2530, Z-STACK

请教TI大神:

          本人通过修改ioCC2530.h 的中断向量表,将#define  T3_VECTOR      VECT( 11, 0x5B )修改为#define  T3_VECTOR      VECT( 11, 0x9B ),通过IAR仿真,发现T3的中断函数入口地址在0x9B,是否就可以认为将整个中断向量表移动到自己所需求的内存位置上?这个cc2530的中断向量表位置可以移动是否与51内核的中断向量表是固化好的产生矛盾?本人是新手,谢谢指导。