i.MX7D M4 and eMMC

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

i.MX7D M4 and eMMC

跳至解决方案
2,920 次查看
indirokanovic
Contributor II

Can M4 have access to eMMC while A7 cores are in sleep?

标签 (1)
标记 (3)
1 解答
2,636 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Indir,

it should be possible, but in this case you must have a driver for M4 to access eMMC and NXP does not provide such driver. With a driver you should be able to access directly to the memory to read/write raw data or you may use a file system.


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

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,636 次查看
mtx512
Contributor V

We did something similar using the M4 on the imx6sx but connected to a SD card reader (see SD Card interfacing from M4 via SPI). Points to note:

1. You may not be able to use DMA as this is controlled from the Linux side.

2. If A7 is in sleep mode then certain clocks may not be available or running at reduce speed which will effect data transfer rate.

2,637 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Indir,

it should be possible, but in this case you must have a driver for M4 to access eMMC and NXP does not provide such driver. With a driver you should be able to access directly to the memory to read/write raw data or you may use a file system.


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

0 项奖励
回复