Other Parts Discussed in Thread: C2000WARE
各位大神求助,在线调试下(连着仿真器运行):CLAsin,CLAcos的三角运算正常。程序烧到FLASH中脱开仿真器运行时:三角函数CLAsin,CLAcos运算结果一直是0。但是CLAdiv和CLAsqrt的计算结果都是正确的,程序中添加的库和clasincostable的使用方法如附件。CLA中CLAsin和CLAcos运算问题.pdf
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.
各位大神求助,在线调试下(连着仿真器运行):CLAsin,CLAcos的三角运算正常。程序烧到FLASH中脱开仿真器运行时:三角函数CLAsin,CLAcos运算结果一直是0。但是CLAdiv和CLAsqrt的计算结果都是正确的,程序中添加的库和clasincostable的使用方法如附件。CLA中CLAsin和CLAcos运算问题.pdf
你好,请问是否初始化时增加了memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);?
可以参考一下例程的做法:C:\ti\c2000\C2000Ware_4_00_00_00\device_support\f2837xd\examples\cpu1\cla_asin