How to use OCRAM in Linux user space?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to use OCRAM in Linux user space?

跳至解决方案
1,335 次查看
dehuanxin
Contributor III

I'm writing some signal processing code for IMX6Q.

The performance requirement is tight and I want to use OCRAM to maximize throughput.

Questions:

1) Is OCRAM currently used by kernel or kernel drivers?

2) How shall I allocate/manage OCRAM memory in user space?

Thank you.

0 项奖励
回复
1 解答
965 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Hardly OCRAM using will provide performance improvement.

Really the DDR operations on i.MX6 are more rapid than OCRAM ones,
because DRAM frequencies are higher and burst nature of DDR.

   Also, OCRAM is used by Linux itself.


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
966 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Hardly OCRAM using will provide performance improvement.

Really the DDR operations on i.MX6 are more rapid than OCRAM ones,
because DRAM frequencies are higher and burst nature of DDR.

   Also, OCRAM is used by Linux itself.


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复