Part Number:TMS320C6678
Tool/software: TI-RTOS
i am trying to boot multiple DSPs cores.
I understand the procedure is to boot core0 using the RBL, and then write to magic address of the other cores. For the sake of simpliciy, i am going to boot only core 1 in the following procedurem
1. boot core0 using RBL using emacboot,
2. core0 boots and write to 0x1187FFFC(magic address of core1)
3. core0 write to the ipc interrupt register to interrupt core1,
4. core1 wakes up and start executing code.
now my question is , just exactly what do i write to the magic address? is there anyway to make core1 go to cinit when it wakes up?