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.

CCS/UNIFLASH: Hooking into power off/on in Uniflash/dslite/SLImageCreator

Part Number: UNIFLASH


Tool/software: Code Composer Studio

Hello!

Is it possible to hook into the dslite -executed commands in a way to override the power on/off requests with an external command?  We are considering using the stand-alone Uniflash command line to do some automatic downloads but need to manually toggle the lines in reaction to script progress (or will need to create a parser for the command line output and supply input programmatically.)  I see the program reacts differently to when the port is a stand-alone serial port vs. the XDS/FTDI ports already, so I assume there is a way to specify that.

How to adapt dslite to programmatically power on/off a board?