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.

C6455中断向量表问题



我按照TI官方例程,进行修改设置了GPIO中断4,中断向量表为C6000系列可用的vectors.asm文件(某C6678项目程序正在使用该文件,我对应我的程序修改了中断响应函数),但在此工程build过程中提示了如下错误:

unresolved symbol EMIF_Read_int4, first referenced in ./vectors.obj

其中EMIF_Read_int4是我中断4对应的相响应程序。在设置中断的时候需要添加什么文件我没有添加么?或者是我中断设置有问题?可能哪些地方出了问题?