Other Parts Discussed in Thread: CCSTUDIO, TMS320F2812
hello,
I'm working with a XDS100v2 and F2812, I do the programming through DSS to access the DSP memory register and you can save and / or viewing.
When you run the program I get the following information and can not get the connection with the target:
traceSetFileLevel: ENTRY sLevel: ALL
traceSetFileLevel: RETURN
getServer: ENTRY sServerName: DebugServer.1
getServer: Getting definition for: DebugServer.1
getServer: Constructing server
getServer: RETURN com.ti.debug.engine.scripting.DebugServer@2a5330
setConfig: ENTRY sConfigurationFile: ../C28/MYDSP.ccxml
setConfig: RETURN
openSession: ENTRY sPattern: .*
start: ENTRY
start: Firing: onServerStarting()
start: Connecting to XPCOM DebugServer
start: Initializing DebugServer using specified configuration: "C:\Program Files
\Texas Instruments\ccsv4\scripting\examples\C28\MyDSP.ccxml"
waitUntil: ENTRY com.ti.ccstudio.scripting.environment.ScriptingEnvironment@76e3
69 timeout: 240000 (ms)
<init>: CPU Name: C28xx
<init>: PartNum: TMS320F2812
<init>: Family: 320
<init>: SubFamily/MajorISA: 28
<init>: Revision/MinorISA: 127
<init>: Platform: EMULATOR
<init>: Processor ID: 1342219256
isConnected: ENTRY
isConnected: Target is not connected
isConnected: RETURN false
waitUntil: RETURN com.ti.ccstudio.scripting.environment.ScriptingEnvironment@76e
369
start: Firing: onServerStarted()
start: Searching for devices
listDevices: ENTRY
listDevices: Found debuggable device: Texas Instruments XDS100v2 USB Emulator_0/
C28xx
listDevices: RETURN
start: RETURN
openSession: Searching for device exactly matching name: .*
openSession: No exact name matches found. Searching for device matching regular
expression: .*
open: Initializing RTDX: "RTDXServer.1"
getServer: ENTRY sServerName: RTDXServer.1
getServer: Getting definition for: RTDXServer.1
getServer: Constructing server
getServer: RETURN com.ti.debug.engine.scripting.RTDXServer@1ae90c
openSession: ENTRY sDebugSession: Texas Instruments XDS100v2 USB Emulator_0/C28x
x
getServer: ENTRY sServerName: DebugServer.1
getServer: Getting cached server: DebugServer.1
getServer: RETURN com.ti.debug.engine.scripting.DebugServer@2a5330
openSession: ENTRY session: com.ti.debug.engine.scripting.DebugSession@ba4211
openSession: RETURN com.ti.debug.engine.scripting.RTDXSession@47a0d4
openSession: RETURN
openSession: RETURN Texas Instruments XDS100v2 USB Emulator_0/C28xx
getServer: ENTRY sServerName: DVTServer.1
getServer: Getting definition for: DVTServer.1
getServer: Constructing server
start: ENTRY
getCurrentDirectory: ENTRY
getCurrentDirectory: RETURN C:\Program Files\Texas Instruments\ccsv4\scripting\e
xamples\DVTExamples
terminate: ENTRY
terminate: Unregistering this session from the parent Server
terminate: RETURN
terminate: ENTRY
terminate: Firing: onSessionTerminating()
terminate: Unregistering this session from the DebugServer
terminate: Firing: onSessionTerminated()
disposeAndUnload: Firing: onServerStopping()
disposeAndUnload: Stopping DebugServer
disposeAndUnload: Firing: onServerStopped()
terminate: RETURN
start: RETURN
getServer: RETURN com.ti.dvt.engine.scripting.DVTServer@9c2715
js: "javascript_examples/FunctionProfileScript.js", line 41: uncaught JavaScript
runtime exception: TypeError: Cannot call method "setStatus" of null
I'm using as a base program shown in the example go.bat que se encuentra en: C:\Program Files\Texas Instruments\ccsv4\scripting\examples\DebugServerExamples
thank very much