我的.prm 文件修改如下:
VECTOR 0 _Startup /* reset vector: this is the default entry point for a C/C++ application. */ //VECTOR 0 Entry /* reset vector: this is the default entry point for an Assembly application. */ //INIT Entry /* for assembly applications: that this is as well the initialization entry point */
//can通信相关中断向量 VECTOR ADDRESS 0xFFB2 MSCAN0_receive
main.c中函数说明如下:
#pragma TRAP_PROC void MSCAN0_receive(void){ }
出错信息如下:
link error: l1108: initializing of vector MSCAN0_receive failed because of over-or underflow of vector value |