Part Number: AM5726
Tool/software: TI-RTOS
Hi Everyone
In my current project only the A15 is initialized and the other processors are not in use.
Now i would like to utilize the C66xx DSP so I need to do it in my MLO.
I opened sbl_main.c and found that the part which checks if the DPS's entry point !=0 was commented out. I uncommented it and added some printing to see if SBL_DSP1_BringUp is executed but it seems that the entry point is 0 (code is below, i dont get the "DSP release" message)
if (Entry.entryPoint_DSP1 != 0)
{
/* Release the DSP1 core out of reset */
UART_printf("DSP release...");
SBL_DSP1_BringUp(Entry.entryPoint_DSP1);
UART_printf("Done !\n");
}
i assume that the entry point is being pouplated by SBL_ImageCopy(), however, it is very difficult to follow it.
Can someone shed some light on this topic ? i realy need to get the DSP up and running from the SD card
Thanks
Maor
