I have some questions about SYS/BIOS and Code Composer. Perhaps you can point me in the right direction for answers.
>> The version of Code Composer (v5) delivered with our TMDXEVM6678LE
>> development board is one version newer than the version used in both
>> the TI online documentation and the RTSC Wiki. There seems to be
>> major changes in how the XDC tools work with Code Composer. I have gone
>> through all of the tutorials and the course material for the SYS/BIOS
>> workshop but have not found how to use XDC with CCv5.
Where can I find out how to configure SYS/BIOS using the new method
of using the XDC tools? For example, I have tried to add a new task to
>> the .cfg file of the message_multicore demo. It seems like this
>> should be easy to do, and Code Composer lets me define one but then deletes
>> my addition and gives a cryptic (to me) error message:
>> xdc.MODULE_NOT_FOUND: xdc.module: no module named 'tsk1' in the
>> package xconfig_message_multicore The package
>> xconfig_message_multicore doesn't seem to be defined anywhere and the
>> existing "tsk0" is only defined in the .cfg and .c files.
>>
>> The multi-processor examples all seem to put all of their code in L2,
>> using external memory only for data. We have multiple algorithms that
>> each take most of the L2 space. Our plan is to use the MessageQ
>> facility communicate between cores and put the SYS/BIOS code for each
>> core into external memory. There does not seem to be an example of
>> how to use a link command file (or an RTSC facility) to do this. Where
>> can I find such an example.