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.

麻烦问下,对于28377d,主CPU和cla同时使用问题

Other Parts Discussed in Thread: C2000WARE

对于28377d,同时使用两个CPU,两个cla,官方有没有例程,

  • 很抱歉,目前没有2个CPU上的CLA一起使用的例程

    在C2000ware 内有一个双核结合CPU2上CLA使用的例程,您可以看一下

    C:\ti\c2000\C2000Ware_2_00_00_02\device_support\f2837xd\examples\dual\cla_asin

    In this example, cpu1 will be used to initialize the clocks for cpu2.cla1. Task 1 of the CLA on cpu2 will calculate the arcsine of an input argument in the range (-1.0 to 1.0) using a lookup table.
  • 那么理论上是可以同时使用的吧,同时使用的话cpu和cla之间的消息寄存器128个字,是不是也要进行分开,这个应该是两个cpu个各子cla共用的,这个咋样处理