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.

DSP 28335 编译内存不足,ebss指向zone7后,可以编译通过,但是data verification failed

一开始编译显示内存不足

在PAGE1中添加ZONE7后,让ebss使用ZONE7 ,编译可以通过,但是点击Debug就会出现data verification failed. 请问是什么原因呢?使用其他Demo文件同样的改法是可以Debug的,我这个工程是添加了很多代码的,是不是代码量太大无法装入呢?