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: How to set the "Radio button" option value from DSS javaScript

Part Number: TMS320C28341

I had a look at the debugSession.flash.options  class.

There is possibility to set a Boolean, a String and Numeric value.

When I get the complete list of options we can find "Radio Button" as well.

e.g.

Radio Button Option:

    id: FlashOperations

    name: TMS320C28XX.F28335 Flash Settings.Flash Program Setting:

    value: Erase, Program, Verify

    choices:

        Erase, Program, Verify

        Program, Verify

        Load RAM Only

        Verify Only

How to set the "Radio button" option value ?

How to set  the value to "Program, Verify" ?

Thanks for your advices

/Richard