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.

PIccolo微处理器的InitPieVectTable函数

Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

我想问一下,Piccolo处理器的例程程序中,关于中断向量表初始化的函数InitPieVectTable( ),其中向量表源地址和目的地址都需要加3(Source = Source + 3,Dest = Dest + 3;),这加3的依据来源在哪儿?作为对比,Delfino系列处理器就不需要‘加3’,请各位大神告知一下,不胜感激~