Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO
Tool/software: Code Composer Studio
Hello,
I am running a custom application on TI-RTOS on an AM6548 (R5F) processor.
I can debug and step through my application without issue, however whenever I attempt to connect to the device with Runtime Object View, I get a Connection Timeout at the step "Working: Memory reader instance created.".
With ROV and ROV classic the connection is established most of the time after waiting for 5-10 minutes, but that is not useable for me.
I did try to add this line from a previous post ():
-Djxbrowser-remote-debugging-port=9222
but the only output I get is this:
and if I click on it, I get an empty page:
This issue happens with all Code Composer Studio Versions I tried (8.2 - 9.2). If I try ROV (classic) in CCS 8.2 with the same XDC tools (3.51.1.18_core) and SysBios (6.73.0.12) versions on a K2G Board, it works just fine.
Is this a known issue? Can I try anything to speed up the connection process?