肯定是没有识别到你的CPU,请检查你的连线及配置。
我也遇到了同样的问题,但是有时候能正常下载,有时候就出现failed to get cpu status ,有时候出现的...
2654967934 changed the title 用iar显示Probe not found 用iar显示Reading CPU status failed Feb 27, 2024 Author 2654967934 commented Feb 27, 2024 试了下用IAR9.32.1版本的可以用 IAR8.30.1会显示Probe not found IAR8.32.4会显示Reading CPU status failed 试了一下手里另一个有线正常的CMSISDAP,...
CPU status - IN RESETFatal error: Reading CPU status failed Session aborted!IAR Embedded Workbench 8.32.3 (C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\bin\armproc.dll)Loading the I-jet/JTAGjet driver Is anybody able to help me out ? Thanks a lot. ...
现象:debug可以进去,而且确认MCU内部的以前的程序以及被擦除。但单步调试几步后死机状态。PC停在0xffff fffe。错误显示CPU status - LOCKUP. 0 2021-2-22 16:47:14 评论 淘帖 邀请回答 土星大使 相关推荐 • 请问如何连接/断开CYT2B9 ADC模拟输入引脚? 352 • CYT2B9可以使用IAR + J-link进行...
Hi I have been using an I- JET with IAR to download into FLASH on a custom board using a Kinetis 20. I had not been having any issues until yesterday. I can no longer download into FLASH. I am seeing the following - "Reading CPU status failed". The entire log is below. Any ...
Sounds like there is a difference between the eval board and your custom board which causes the macro file to fail. Could you please check your custom board against the eval board regarding differences that might have influence on the steps which are performed in the macro file Best regards A...
Failure to do this can cause the call to fail during execution, or generate error or warning messages at compile time or link time. Library definitions summary This section lists the header files. Header files may additionally contain target-specific definitions. Header file assert.h ctype.h icc...
有高手遇到过这个问题吗?怎么解决呢,网上的解决方法不行啊,程序可以正常编译,下载,但是一点“GO"就...
Make the following two changes to your example, and you should see the SPIFI FLASH loader fail: 1) Make a large constant array: static const uint32_t array[128*1024] = {1}; This is a 512 kilobyte array that will be placed in the readonly section. 2) Reference the array...