Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
Hello Team,
I am trying to execute 'hello_world.out' using Jython script . I need to do reset using the script but its not getting set.
When done manually from GUI , Terminate -> Launch configuration -> reset -> run jython script -> output is seen.
Trying to do same process using Jython script , but i don't observe the logs shown below and output is not seen.
SCRIPT snippet details ->
debugServer = script.getServer("DebugServer.1")
debugServer.setConfig("AM62PX_XDS110.ccxml");
debugSession = debugServer.openSession("Texas Instruments XDS110 USB Debug Probe_0/A53SS0_CORE0_0")
script.traceWrite("CONNECTING TARGET")
debugSession.target.connect()
debugSession.target.reset()
debugSession.terminate()
debugSession = debugServer.openSession("Texas Instruments XDS110 USB Debug Probe_0/A53SS0_CORE0_0")
debugSession.target.connect()
script.traceWrite("LOADING PROGRAM")
Logs details - Logs seen when reset is done from CCS GUI window. And then executed the script it works.
Starting NULL Bootloader ...
SYSFW Firmware Version 10.0.8--v10.00.08 (Fiery Fox)
SYSFW Firmware revision 0xa
SYSFW ABI revision 4.0
INFO: Bootloader_runCpu:176: CPU mcu-r5f is initialized to 800000000 Hz !!!
INFO: Bootloader_runCpu:176: CPU a530-0 is initialized to 1400000000 Hz !!!
INFO: Bootloader_runCpu:176: CPU a530-1 is initialized to 1400000000 Hz !!!
INFO: Bootloader_runCpu:176: CPU a531-0 is initialized to 1400000000 Hz !!!
INFO: Bootloader_runCpu:176: CPU a531-1 is initialized to 1400000000 Hz !!!
INFO: Bootloader_loadSelfCpu:229: CPU wkup-r5f is initialized to 800000000 Hz !!!
INFO: Bootloader_JumpSelfCpu:248: All done, jumping self ...