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.

不能读取目标存储器数据

程序刚开始是好的,过一段时间后调试时就卡在sys_selftest.c文件中void memoryInit(uint32 ram)函数的

/* Wait until Memory Hardware Initialization complete */
while((systemREG1->MSTCGSTAT & 0x00000100U) != 0x00000100U)
{
}/* Wait */

部分,是不能读取目标存储器数据,怎么会出现这种情况呢?