Hi Everyone,
I'm using an LS1028AARB development board and can connect using a TAP connected via USB and step through bare board samples like the hello_world.c so the TAP is clearly working. I am not however able to get the "Connection Diagnostics" to run. It starts and will go for hours without returning any results. How do I go about debugging this?
The only change I have made is to the configuration to set "USE_SAFE_RCW = True"
Here is a screen shot of CodeWarrior connected and stepping through the hello_world.c bare machine example:

But when I disconnect and try running Diagnose Connection - or if I start from scratch and run diagnose connection I get the same results - it hangs with the progress bar going on for hours without showing any test being run - here is a screen shot:

Looking at the error log I do see a stack overflow - perhaps related?
!ENTRY org.eclipse.ui 4 0 2023-08-28 13:23:50.623
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.StackOverflowError
at org.eclipse.swt.internal.win32.OS.CallWindowProc(Native Method)
...
Maybe related I'm also not able to bring up the CCS command window - if I navigate to:
C:\Freescale\CW4NET_v2020.06\Common\CCS\bin>ccs.exe
It just returns without any errors but I don't have the CCS icon in the IDE unless I am missing it someplace.
Looking for advice.
Thanks!
Jeff