In SPRUGR9C section 6.2 Example code it says functioning source code is available, where can this be located?
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.
Please download the MCSDK from http://www.ti.com/tool/bioslinuxmcsdk. The functioning examples are in projects which will be in C:\Program Files\Texas Instruments\pdk_C667#_1_0_0_##\packages\ti\drv\exampleProjects. The following examples are for Multicore Navigator:
These projects can be imported into ccsv5.0.3 and built/run. Some applicable documentation is in C:\Program Files\Texas Instruments\pdk_C667#_1_0_0_##\docs and http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_Getting_Started_Guide
I have a question about qmInfraMCExampleProject, which is part of package version pdk_C6678_1_0_0_17. This example is written for a 4-core processor. I'm trying to modify it to run on 8 cores on an EVMC6678 without success. When changing the definition NUMBER_OF_CORES from 4 to 8, the upper 4 cores will fail in the function registerHiInterrupt(), which was clearly hard-coded to only support up to 4 cores without an obvious way to change it. Can anyone help?
Thanks,
-itay