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.

[参考译文] TMS320C28341:如何从 DSS JavaScript 中设置"Radio button"选项值

Guru**** 649970 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/997753/tms320c28341-how-to-set-the-radio-button-option-value-from-dss-javascript

器件型号:TMS320C28341

我看了 debugSession.flash.options 类。

可以设置布尔值、字符串值和数字值。

当我获得完整的选项列表时、我们也可以找到"单选按钮"。

例如

单选按钮选项:

   ID:FlashOperations

   名称:TMS320C28XX.F28335闪存设置。闪存程序设置:

   值:擦除、编程、验证

   选项:

       擦除、编程、验证

       编程、验证

       仅加载 RAM

       仅验证

如何设置“单选按钮”选项值?

如何将 值设置为"Program, Verify"?

感谢您的建议

/Richard