刚入手6678,菜鸟一枚,希望各位大佬们不吝赐教!
芯片手册上说,每个核都有一个512K自己的L2 SDRAM,所有核又有一个4M的MSMC SDRAM,其中MSMC可以配置成LL2。
All cores have full acess to the device memory map,this means that any core can read from or write to any memory。
那么,1.数据传递的时候,是否可以用EDMA直接把CORE0 L2SDRAM里的数直接传给CORE1呢?也不一定去自己定义一个专门的SharedMemory吧?
2.IPC模式下,SharedRegion和SharedMemory有什么不同呢?手册上说T SharedRegion module itself dose not use any shared memory,because all of its state is stored locally。这句话是什么具体含义呢?
3.地址转换为题,如果我都使用全局地址的话,是不是就不用进行地址转换了?
提前谢过各位啦!!!