器件型号:CCSTUDIO3
工具/软件:
您好团队:
我正在尝试使用 Jython 脚本执行"hello_world.out"。 我需要使用脚本进行重置、但尚未设置。
从 GUI 手动完成后、将看到 terminate -> Launch configuration -> reset -> run Jython script -> output。
尝试使用 Jython 脚本执行相同的过程,但我没有观察到下面显示的日志,并且看不到输出。
脚本片段详细信息->
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 ("连接目标")
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 ("加载程序")
日志详细信息-从 CCS GUI 窗口完成复位时看到的日志。 然后执行它工作的脚本。
正在启动 NULL 引导加载程序...
SYSFW 固件版本10.0.8--v10.00.08 (Fiery Fox)
SYSFW 固件版本0xA
SYSFW ABI 修订版4.0
INFO:bootloader_runCpu:176:CPU mcu-R5f 被初始化为800000000 Hz!!
INFO:bootloader_runCpu:176:CPU A530-0被初始化为1400000000 Hz!!
INFO:bootloader_runCpu:176: CPU A530-1被初始化为1400000000 Hz!!
INFO:bootloader_runCpu:176:CPU a531-0初始化为1400000000 Hz!!
INFO:bootloader_runCpu:176:CPU a531-1初始化为1400000000 Hz!!
INFO:bootloadSelfCpu:229:CPU wkup-R5f 已初始化为800000000 Hz!!
信息: Bootloader_Jump SelfCpu:248:所有完成,跳跃自我...