您好,如果将GPMC映射到共享内存去,需要设置GPMC的owner吗?是DSP还是ARM?需要设置吗?
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.
您好,
需要设置GPMC的owner吗?
通常情况下,需要设置GPMC的owner,以确保只有一个处理器能够访问和控制GPMC,避免发生冲突和竞争条件。
是DSP还是ARM?需要设置吗?
如果您将GPMC映射到共享内存,并且希望DSP和ARM都能够访问GPMC,那么您可能需要设置GPMC的owner为“无”,这样两个处理器都可以访问GPMC。
如果您希望只有DSP或者ARM访问GPMC,那么您需要设置GPMC的owner为对应的处理器,以确保只有指定的处理器能够访问GPMC。