Other Parts Discussed in Thread: TMDX654IDKEVM, SYSBIOS, CODECOMPOSER
Tool/software: Code Composer Studio
Hello All,
I have problem to run and debug SMP on AM6548.
My configuration is:
CCS ver: 9.2.0.00013
PDK - pdk_am65xx_1_0_7 (processor_sdk_rtos_am65xx_6_03_00_106)
AM65x (IDK) - TMDX654IDKEVM
SYSBIOS - 6.76.3.01
I already tried to run SMP with previous PDK versions but without success, more details can be found in following posts:
https://e2e.ti.com/support/processors/f/791/t/801637
https://e2e.ti.com/support/processors/f/791/t/798502
With newest processor SDK version (processor_sdk_rtos_am65xx_6_03_00_106), first i tried to create simple SMP application. Then I set two A53 cores (first cluster) as Group 1 with "Sync Group cores" and when i tried to run SMP application, the application was stuck in function "Void Core_startup()" on following line:
/* wait for Core 0 to perform C runtime initialize */ while (ti_sysbios_family_arm_v8a_smp_Core_waitForCore0 != 0x1234567) { ; }
Then I tried to build and run the UART_SMP_TestApp example from pdk_107. I created sync group on first A53 cluster and i load UART_SMP_TestApp app, but the application was stuck in function "Void Core_startCoreX(Void)" on folowing line:
while (!(Core_module->syncCores[0][idx]));
I followed instructions from link below how to debug SMP Debug with Code Composer Studio:
software-dl.ti.com/.../ccs_smp-debug.html
Has anyone tried and managed to run SMP on AM6548?
Best regards,
Novica