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.

基于TMS320C6678的C++程序问题,编译环境CCS5.3



你好,经过测试,CCS5.3支持C++的很多功能,但是用户C++程序的,stack和.system段超过了4MB,不得不把这两个段放到DDR3对应的地址中,才能编译通过。可是放到DDR3中,速度就会变慢许多。这个问题可解吗?

之前用C是面向过程的思维,而C++是面向对象的思维,请问用C++开发6678dsp都需要考虑哪些问题呢?跪求指教