1 我想知道这两个函数怎么实现的
CSL_intcGlobalNmiEnable();
CSL_Status CSL_intcGlobalEnable ( CSL_IntcGlobalEnableState * prevState );
我再使用ti.csl.intc.ae66这个库时,有个.csl_vect这个警告,会导致我这个在debug时,找不到module,程序就死在.csl_vect那个空间里,这个在库里的中断向量表里定义了,我就剩下这两个函数没找到module,我是不想用这个库的
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.
1 我想知道这两个函数怎么实现的
CSL_intcGlobalNmiEnable();
CSL_Status CSL_intcGlobalEnable ( CSL_IntcGlobalEnableState * prevState );
我再使用ti.csl.intc.ae66这个库时,有个.csl_vect这个警告,会导致我这个在debug时,找不到module,程序就死在.csl_vect那个空间里,这个在库里的中断向量表里定义了,我就剩下这两个函数没找到module,我是不想用这个库的
那你不连接这个intc的库,直接用自己写的代码来管理中断。