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.
Tool/software: Code Composer Studio
The dual core examples given by TI website all contain 2 project(cpu01 and cpu02). My question is that should the dual core project must be put into two different projects? can I use 2 CPU at the same time in one project? (i.e. combine the two projects into one project). Maybe you can offer me some relative example projects or some material so that I can learn something about this.
Hi,
I would suggest to download the C2000Ware for software related to TMS320F28379D device. That is our latest SW release platform.
When you say you need one project instead of two project, is it just one file or one .out file. One .out file model is not supported. Two projects have been created to make it simple and separated. User can always use "Build Configuration" option to create just one project and use different build option to create CPU1 and CPU2 .out files. We do not that example but you can see how RAM and FLASH build configuration have been used in existing project and same method can be applied to merge CPU1/CPU2 project.
Regards,
Vivek Singh
Hi, Mr.Singh.
Thanks for your reply !
If I'm working on a main project (like IDDK_PM_Servo_F2837x), and then I want to use both CPU at some point, should I build another project to enable the second CPU or I can just work on one project to enable the both CPU?
Regards,
Yipeng Tang
Thanks for your advise, I have watched the video carefully, it's great but maybe not helpful to my question.
Regards,
Yipeng Tang
Sorry for late reply -
Either methods are ok. It depends on individual choice.
Regards,
Vivek Singh
If I can use both CPU in one project, then how can I enable both CPU in one project ? Like I asked before I can't found such a example from TI web, maybe you can provide me A example like this.
The following attachment is the flow chart of my project, I hope you can give me some advice (how to realize it and where to find relevant examples).
Thank you for your help !
Regards,
Yipeng Tang
Hi,
Your flow chart looks ok (just check the numbering of the vectors for CPU1 and CPU2). In our examples we have different build configuration (RAM , Flash etc) in one project. Similarly you can add CPU1 and CPU2 build configuration file and choose different c files are .h files for those build configuration.
Regards,
Vivek Singh