Part Number: *****>
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.
Hi Eason,
The reset command should call target.reset(). At least that is the default behavior provided by the TestServer example that comes with CCS.
It looks like you are using a modified version of the example. Is test_server_harness.js referencing TestServer.js that comes with CCS or is it using some other customer implementation?
Thanks
ki
Hi Ki,
I know the root cause. I add more than one core in the test_server.js. The source file is from simplelink, BLE.
Another question is that do you know where I can find the core information? I can't find the MSPM0 info in this link:https://software-dl.ti.com/ccs/esd/documents/users_guide/sdto_dss_handbook.html#multiple-debug-sessions-for-multi-core-debug
Eason
Hi Ki,
I also want to use Python to call a GEL file directly or though CCS script. Can you give me some instruction? I can't find any information from web.
The things what I want to do is same like this tool: https://dev.ti.com/gallery/view/TIMSPGC/MSPM0_Factory_Reset_Tool/ver/1.0.2/
To use Gel to unlock our MSPM0
Eason
I know the root cause. I add more than one core in the test_server.js.
Ah ok, you were sending the command to the DAP and not the M0.
Another question is that do you know where I can find the core information
Are you referring to the name of the cores? You can get that from the ccxml file:
I also want to use Python to call a GEL file directly or though CCS script.
Python is not natively supported yet. It is possible to use python with DSS via jython:
https://software-dl.ti.com/ccs/esd/documents/dss_python_dss_scripting.html