您好!我看了F28m35x手册。对于共享RAM的描述为:分成三类,一类各自CPU和DMA访问;一类可配置成归属M3或C28;另一类是MSG RAM。
我想问下第二类和第三类是不是都可以用来两个核之间数据的传递?
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.
您好!我看了F28m35x手册。对于共享RAM的描述为:分成三类,一类各自CPU和DMA访问;一类可配置成归属M3或C28;另一类是MSG RAM。
我想问下第二类和第三类是不是都可以用来两个核之间数据的传递?
楼主你好!,
S0-S7是可以分配属性的,上电默认配置为M3,可以通过软件配置每个段分别是给M3还是C28使用。配置完以后,只有一个核可以访问。
只有MSG RAM可以两个核都访问,因此只有MSG RAM可以用来在两个核之间传递数据。
关于共享RAM有这么一段话。
When an Sx RAM blockis owned by the M3 subsyteam, the M3 CPU and µDMA have full access to that RAM block,whereas the C28x CPU and DMA have only read access to that RAM block (no fetch/write access).
是不是Sx RAM如果配置给一个核,该核可以对其读写,而另一个核只能对其进行读操作?