Hello!
I am looking for a list of the commands implemented by the ICDI emulator included in the TIVA Launchpad boards. Is there such a reference?
Thanks,
Patrick.
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.
Hello!
I am looking for a list of the commands implemented by the ICDI emulator included in the TIVA Launchpad boards. Is there such a reference?
Thanks,
Patrick.
Hello Patrick,
There are sone in the Open Source Community openocd. Is there anything specific that you are looking for?
Regards
Amit
Thanks. I did look at the ICDI support in OpenOCD. It left me a little wanting for more...
I would like to know if the m and M commands are supported (reading/writing memory) aside from x and X
I would like to know the simplest command sequence to reset and start the target processor.
Thanks,
Patrick
Hello Patrick,
x is for accessing memory and registers. Once the debugger reset's the processor it will start executing. So effectively the debugger needs to reset the processor.
You can add "reset" in the cfg file after all initialization. And it will reset the device. Yes OPENOCD needs a little more study but can be valuable when scripting and all, as it has a Tcl interface.
Regards
Amit
Do you know if m is supported as well?
About "reset", you are talking about OpenOCD, right. I would like to interface with a program like lmicdiusb which is lighter weight, but it is only a bridge so I need to know the simplest ICDI command to achieve a reset
Thanks,
Patrick.
Hello Patrick,
m is not supported in OpenOCD and reset is in OpenOCD.
I haven't worked with lmicdiusb so there has to be someone else on the forum who would be able to help.
Regards
Amit