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.
在ccs中编写代码时,比如我们使用了unsigned char型数据,但在仿真的时候发现它不是8bit的;
主要原因是没有理解C28X的数据类型
所以要好好看用户手册啊!
我也是在debug时,查看memory才发现unsign char是16bit的。汗
数据类型确实复杂。看到过DSP各种宽度的类型
请问各位这是在哪个手册找到的,我也急用想学习一下。