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.
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?
Hi,
I don't believe this functionality will be accessible using the command line directly, but you should have more control over this with something like the Embedded Programming Tool. This is built for progrmming from an embedded device, but the reference is based on a python script. I believe you can have more control over the reset toggling with ti. Take a look here:
http://www.ti.com/tool/EMBEDDED-PROGRAMMING
Best Regards,
Ben M