工程师您好:我在使用asm(" BEST XF")时,发现编译器就会报错,找了很多资料,也咨询过TI工程师这样写确实是对的,后来我就怀疑是ccs编译器设置的问题,然后和TI工程师沟通了是我把Runtime Model Options选项Codegen outputs algebraic assembly 这个选项打√了,
但是我这个选项打勾是由于我程序中需要用到中断,所以我加载了csl_irqplug.asm 及vectors.asm 这两个文件,若是不打勾,编译会出现
Description Resource Path Location Type
csl_irqplug.asm /DSPINIT line 147 C/C++ Problem
Description Resource Path Location Type
vectors.asm /DSPINIT line 129 C/C++ Problem
我现在把我的工程一起发给您们,帮我看下。
