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

请教TI大神:

          关于ZigBee中OAD中的interrupt_stubs.s51,为什么要进行中断重映射,关于cc2530中断重映射的资料应该参考那些,本人是新手,谢谢指导。

  • 一般中断向量是放在程序起始的地方。默认是从0x0000开始的。

    在OAD里面从0x0000,以后放了Bootloader程序,真正的应用程序被改到Bootloader以后,所有终端向量也要偏移到从应用程序开始的地方