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.
DSP程序里面 memcpy(&Cla1mathTablesRunStart, &Cla1mathTablesLoadStart, (Uint32)&Cla1mathTablesLoadSize); 在CCSV10上面运行的时候程序卡死,不再往下面执行;
确实是编译器带来的问题,在CCSV10上使用原来的编译器(6.2.0)后,程序可以正常运行。
另外有没有办法在使用高版本编译器(20.2.4)的时候,memcpy函数依旧能正常运行呢?
确实是编译器带来的问题,在CCSV10上使用原来的编译器(6.2.0)后,程序可以正常运行。
谢谢反馈
另外有没有办法在使用高版本编译器(20.2.4)的时候,memcpy函数依旧能正常运行呢?
在最新的C2000ware内例程也是使用的较高版本编译器,是可以正常运行memcpy函数的
您之前的例程是否是 controlsuit的?