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.

2812断电后不能debug运行的问题



我用2812带一块12864的并口液晶,用的是ccs3.3环境,XDS510开发器。
现在遇到这样一个问题,我的液晶显示程序里有大量的const数据,将这个程序文件加入工程编译后可以debug运行。
但是板子断电重新上电再加载断电前可以运行的out文件,程序不能运行,设断点无法进入,暂停会留下以下位置。
暂时的解决方法是把液晶程序文件从工程移出,再编译就可以运行。然后再将液晶程序文件加入工程编译后就能运行,
请教如何解决。