Other Parts Discussed in Thread: AM6548, , SYSBIOS
Tool/software: TI-RTOS
Hello All,
I have a problem with running SMP on AM6548.
My configuration is:
CCS ver 8.3.0
PDK - pdk_am65xx_1_0_4
AM65x (IDK) - TMDX654IDKEVM
SYSBIOS - 6.75.2.00
Because it doesn't exist any example for SMP in PDK, i made simple TI RTOS project in CCS with two tasks without SMP.
Then I build and test application, and everything works OK.
In purpose to see how SMP works and how to implement SMP to my application, I followed instructions from processors Wiki:
processors.wiki.ti.com/.../BIOS
I followed all steps from link above. I changed BIOS .cfg file like is described. In source file i put for first task to have affinity 0 and for second to have affinity 1.
I followed part for SMP debugging. I did create sync group and i load application. But app didn't start with execution. The application is stucked on address 0x70000000, without continuing with execution startup initialization (_c_int00():) and BIOS initialization.
processors.wiki.ti.com/.../Public_SmpBiosSlides.pdf
Maybe the problem is in gel file for A53 core. In document, from link above, is described that shared memory needs to be setup, but i didn't know how to do that in gel script file for A53 core.
I would be thankful and it will be great, if someone could provide some basic CCS example for SMP on A53 core with all necessary files (.cfg file for BIOS, .js script file or gel file for A53...).
Best regards,
Novica