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.
您好,当您运行自检时,有无修改例程?
减少轮询时间具体指什么呢?是减少了STL_TEST_REPORT_TIMER_configTimer()的周期还是修改了其它参数?
周期时间减短了,目前改为了25ms时间触发来进行自检,例程的话原来的RAM自检改为了12,23,34的方式进行自检,FLASH自检方式不变,发现大概5分钟左右会报RAM/FALSH故障,而且其他中断定时器会停止工作
就是原来不是100*10 = 1s吗,改成了25*1,25ms,然后主要是RAM自检这里出问题,原先是0x8000-9800,现在是0x8000-0x8004,0x8002-0x8006,逐个检查,