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.
已解决! 转到解答。
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------