This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVM Initialization

Hi TI,

 I am using C6670 multicore dsp.

I want to know whether it is possible to do EVM initialization in core 1,If i want to use only core 1.

Is it a mandatory to use core 0 for initialization in multicore project ?

Regards,

Praveen Kumar J

  • I'm not sure what you mean be EVM initialization in core 1.

    I suspect you mean you want to boot the DSP on the EVM up in Core 1.  The answer is no, you cannot do this.  The BootROM on the device boots up in Core 0.  You can have Code loaded in Core 0, and Core 1, and the Core 0 code bootcode only make Core 1 begin executing and the have Core 0 go to IDLE state if you want.

    Best Regards,
    Chad