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.
我看了 debugSession.flash.options 类。
可以设置布尔值、字符串值和数字值。
当我获得完整的选项列表时、我们也可以找到"单选按钮"。
例如
单选按钮选项:
ID:FlashOperations
名称:TMS320C28XX.F28335闪存设置。闪存程序设置:
值:擦除、编程、验证
选项:
擦除、编程、验证
编程、验证
仅加载 RAM
仅验证
如何设置“单选按钮”选项值?
如何将 值设置为"Program, Verify"?
感谢您的建议
/Richard
您好!
有关 DSS、请参阅 CCS 用户指南:
https://software-dl.ti.com/ccs/esd/documents/users_guide/sdto_dss_handbook.html#debugger-properties
闪存属性的工作方式与调试器属性相同
谢谢
Ki