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.

C6657出现power Failure on Target CPU的问题



经检查问题应该出现在网口初始化的程序中

于是我只运行网口初始化的部分(在startup中运行)

发现问题在EVM_init()函数中的platform_init()函数上(我的程序是挂在DDR3上跑的)

执行这一步的时候就会出现上面的问题

备注:(1)偶尔会有一次成功(概率很低,大概一下午也就一两次)

(2)有时候没有出现上面的问题,但是程序找不到main函数的入口,就是不知道程序飞到了什么地方

万望明白的大神解释一下