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.

UNIFLASH: Is it possible to run "Depletion Recovery" algorithm from Uniflash CLI?

Part Number: UNIFLASH
Other Parts Discussed in Thread: TMS320F28069,

I have a board using multiple TMS320F28069's that I believe may have got into a depletion mode: https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/757586 . I see that the Uniflash GUI has a "Depletion Recovery" button. Since my board has 4 devices on the same JTAG bus, I have not been able to use the GUI and instead use the Uniflash CLI command "dslite flash -n [device index]" to program the 4 devices on the board. 

I would like to do something similar to run the Depletion Recovery through the command line, however I do not see any command available to do that here: http://processors.wiki.ti.com/index.php/UniFlash_v4_Quick_Guide#Command_Line_Interface

Is it possible to run depletion recovery through the CLI?

  • Hello Michael,

    Michael Grino said:
    Is it possible to run depletion recovery through the CLI?

    Yes. The operation name is "DepletionRecovery".

    Hence to run the operation, you can do something like:

    > dslite -c TMS320F28069.ccxml -b DepletionRecovery

    Thanks

    ki