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.
器件是TMS320F2812,在CCS3.3环境下,如何设置 IEEE 64 bit double precision ? 有个专家说是2812是定点,实现不了浮点。但是在《TMS320C28x Optimizing C/C++ Compiler v6.0 User's Guide》指出了“TMS320C28x C/C++ Data Types”-》有long double 64 bits IEEE 64-bit 这个类型。 那么请问各位,如何在ccs3.3中使能浮点数为IEEE 64 bit double precision 呢? 谢谢
C28x指的是C2000 F28系列的所有芯片,但对于F28系列的芯片来说,有定点和浮点之分。
现在能支持浮点的芯片只有以下三种,是可以定义成IEEE 64-bit 类型的。
分别是:
1. F2833x
2. F2806x
3. C2834x