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.

CCS/TMS320F28379D: TMS320F2837xD Dual Core Programming

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

Hello!

Where can I finde an introduction to C2000 dual core programming? I'm already have experions in single core Delfino. I'm using CCS.

I'm interesting basic conception:

- how to set a execution core (CPU0 or CPU1) for some function;

- how to split all functions in my program by different cores:

What document I need to learn? Where should I start?

  • Hi Sasha,

    Check out the F2837xD dual CPU examples in ControlSUITE or C2000ware. Basically your CCS project will have two different C files for whatever you want to run on the two cores. The cores can then communicate via IPC and/or shared memory. CPU1 is the master and needs to assign memories and peripherals to the core that will own them.