第一个是TI的工程,第二个是我的工程,我的工程编译成功,但是开发板上调试的时候不好使,什么原因啊?另外,TI工程括号里面的Active-FLASH,而我的是工程括号里是Active-Debug,什么区别啊?求教,先谢谢了
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.
您好,
请问,TI例程里加载的哪个CMD文件在哪里可以看到?
我自己新建的一个程序显示active-debug,建了两个unsigned long aaa[1000]的全局数组,最终程序编译时出现内存无法分配问题:
Description Resource Path Location Type <a href="file:/D:/Software/S_CCS6.1.1/ccsv6/tools/compiler/dmed/HTML/10099.html">
#10099-D</a> program will not fit into available memory. run placement with alignment fails for section "BSS_GROUP" size 0x5b95 . Available memory ranges: Can1-0test11_1_M3 C/C++ Problem
是不是改到active-flash可以解决这个问题?应该怎样将active-debug改到active-flash呢?可否提供一个文档或步骤