肯定是没有识别到你的CPU,请检查你的连线及配置。
我也遇到了同样的问题,但是有时候能正常下载,有时候就出现failed to get cpu status ,有时候出现的...
第三坑:j-link需要更新,而且更新失败 大概像这样: 解答: j-link软件版本不正确 j-link自身的问题---需要重新刷新固件 这个问题的解答不太好,但是我确实是换了j-link才成功的(他们有好多都是坏的) 第四坑:iar报warning,提示failed to get CPU status 以上问题都未出现(欧皇)或已解决(大佬),在j-link中,或...
j-link软件版本不正确 j-link自身的问题---需要重新刷新固件 这个问题的解答不太好,但是我确实是换了j-link才成功的(他们有好多都是坏的) 第四坑:iar报warning,提示failed to get CPU status 以上问题都未出现(欧皇)或已解决(大佬),在j-link中,或许是这样 关键点是最后提示Found Cortex-M3 r1p1, Little ...
Fri Mar 15, 2024 11:00:53: CPU status - IN RESET Fri Mar 15, 2024 11:00:53: CPU status OK Fri Mar 15, 2024 11:00:53: Verification error at 0x0000040D: mem = 0x7D, file = 0x7F Fri Mar 15, 2024 11:00:53: Download completed but verification failed. Fri Mar 15, 2024 11...
Mon Mar 13, 2023 23:18:48: CPU status FAILEDMon Mar 13, 2023 23:18:48: CMD_INTERPRETER: failed I tried all the reset options from project option I-jet I also tried holding down the reset button while downloading. Does this mean there is a HW failure on the kit or is t...
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_50_02_20_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: js: "C:/ti/xdctools_3_50_02_20_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration...
At first all went well, but when I started testing my board with low power consumption, I got the "Fatal error: Failed to halt after bootloader 1" message. Since then I always get the message, no matter what project I try to ...
// If some error occurs when writing to flash, this can be // communicated to the user by using code like // if (ret != STATUS_CMD_SUCCESS) // { // FlMessageBox("CMD_ERASE_SECTORS failed."); // FlERrrorExit(); // } // A message box will be displayed by C-SPY and ...
//__emulatorStatusCheckOnRead(1); __emulatorStatusCheckOnRead(0); // Disable reset at illegal address and access violation to // avoid resetting the CPU when debugging. __writeMemory32(0x00004007, 0xffffffe0, "Memory"); // SYSECR /* activate Flash at 0x00000000 1M that is c...