Part Number: TMS320C6701
Does FastRTS lose accuracy compared to RTS?
When we use FastRTS to calculate functions like sin ( ), cos ( ), etc ., it will be faster than using RTS , as shown in the official test data below , but will FastRTS come at the cost of …
Part Number: TMS320C6701 Other Parts Discussed in Thread: MATHLIB
我使用的DSP是 TMS320C6701,使用c67xfastMath.lib加速sin(),cos()等函数的运算,但是当我使用pow()函数时,计算出错了,如下图:pow(2, 3)的结果为-1.0,这是为什么呢?
另外,我只在.cmd加入下面代码作为引入c67xfastMath.lib:
-l "../library/c67xfastMath.lib"…
Part Number: TMS320C6701 小弟最近项目需求要驱动C6701,不需要复杂的项目只需简单例程能运行即可。但现在一直卡在这一步,开发板是同事设计画的,所以现在一下子不清楚是工程配置不对还是硬件设计不对。
望有大佬能指点一二,现在仿真现象是开启仿真后默认跑到_c__int00后再往下运行就会报错can't run target cpu
Part Number: TMS320C6701 Other Parts Discussed in Thread: TMS320C6678 , TMS320C6748 各位大佬好,我接触DSP处理器不久,正在学习并尝试调试C6701这款芯片,目前在启动和引导的部分产生了一些疑惑: 1、我在芯片手册上看到,该片有64K internal program RAM、一个64K Internal data RAM,请问这两部分就如字面意思,一个是存储程序,一个是存储数据的RAM吗?我是否都有权限调用,(是否就是IPRAM和IDRAM…
Other Parts Discussed in Thread: TMS320C6701 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1019629/tms320c6701-tms320c6701-programming-issue 器件型号: TMS320C6701 我需要对 TMS320C6701进行编程和开发…