主题中讨论的其他部件: CCStudio
工具/软件:Code Composer Studio
下面是我目前为止的脚本快照:
debugSession = debugServer.openSession("*","*";
debugSession.flash.options.setString("FlashEraseSelection","仅限选定部门");
debugSession.flash.options.setNumeric("FlashSPLLIMULT",19);
debugSession.flash.options.setString("FlashSPLLFMULT","0 [0]");
debugSession.flash.options.setString("FlashSYSDIVSEL","0 [/1]");
.....
debugSession.flash.erase();
我在API文档中注意到以下注意事项
“ 使用mySession.flash.options.printOptions() API查找您的设备的确切字符串”,我不太确定如何使用此函数。
如何指定要擦除的扇区?
谢谢
Rashmy