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.

使用bios程序运行中止



不适用bios时,程序能正常运行;使用bios以任务的方式执行后,运行一小半就不动了,

请问有什么解决办法没?

  • 先进性调试定位到问题的大致原因,看到底程序在哪个地方出的问题。

  • 谢谢,通过设置任务的优先级程序可保持运行,但是在程序结束后出现memory 0x840000  read not support since memory used  as cache,

    即便是把cache大小设为0也还是出现同样的报错。再说CFG中也没有把任何数据和代码放入该区域,按理说不会

    出现对这一区域的存储空间进行读写操作,何来 read not support  呢。请问有办法解决吗?