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.

MSP432LaunchPad在使用Keil编程时候,Cannot load flash programming algrithm!怎么解决

如题,我使用的是MSP430LaunchPad,根据MSP432 FAQ讲解的, 在使用Keil的时候可以选择CMSIS-DAP Debugger探针,但是我选用该探针后,点击LOAD后,结果弹出来错误,Cannot load flash programming algrithm!怎么解决,希望TI工程师给测试一下,如何解决?这个很重要啊,CCS开发太卡电脑了,用Keil更符合ARM-Cortex开发习惯。

或者有独立的小软件,专门下载HEX,通过这个 XDS110 USB。不知道有没有,实在找不到。。在MSPware提供的DSLite,好像是可以通过批处理命令使用的烧录工具,是这样的吗,有没有完整版本的安装文件?


  • set targetconfig=..\DSLite\MSP432P401R.ccxml
    set firmware=OutOfBox_MSP432P401R.out

    @echo Programing %firmware% into %device% ......
    ..\DSLite\DebugServer\bin\DSLite.exe -c %targetconfig% -f %firmware%

    pause

    -------------------

    上面是一个批处理文件的执行代码,感觉这个很好用的样子。

  • 根据12月初的确认信息,这个功能有bug,正在修复中

x 出现错误。请重试或与管理员联系。