NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
How to build Tutorial4C for the C647X
How to build the MessageQ Example for the TMS320C6472 or TMS320C6474[edit]
Create a new CCS project using the New CCS Project Wizard
- Select File / New / CCS Project
- Enter a name for the project and select the UIA Tutorials / Multicore Examples / evm6472: MessageQ example
For the TMS320C6472:
- click next, accept the defaults.
For the TMS320C6474:
- follow the instructions provided for steps 1-3 of Tutorial 3B - TMS320C6474L Build Configuration.
- Comment out the following line from the message.cfg file:
Build the project.
- This generates a 'single image' project that is to be loaded on both the master CPU (CPU 0) and the slave CPUs.
Back to Tutorial 4C