-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-2667
-
CCS_20.3.0
-
CCS_21.0.0
-
None
Project name: uart_echo_am62ax-sk_mcu-r5fss0-0_nortos_ti-arm-clang
Project debug doesn't work, I get a message saying 'no compatible core found'.
Seems like some sort of mismatch between core names.
From the ccxml file:
```
<subpath id="A53SS0_CORE0">
<cpu HW_revision="1.0" XML_version="1.2" desc="A53SS0_CORE0_0" description="A53SS0 A53 Core 0" id="CortexA53_0" isa="CortexA53"/>
```
Looks like Debug Server is returning A53SS0_CORE0, while Project Server is returning A53SS0_CORE0_0. Not sure which one is correct, need to investigate.