CCS 6.1 with AM335x
I've had reports of the M3_wakeupSS_0 entry showing up slightly different in some installations/versions of CCS so I was hoping to use a wild card.
Here's the current code which works (for my setup):
debugSessionM3 = ds.openSession("*","M3_wakeupSS_0");
I was attempting to write it like this:
debugSessionM3 = ds.openSession("*","M3_wakeupSS*");
However, that results in
Could not open session. No matching devices found.
Any tips to make this work?