i.MX7D M4 and eMMC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX7D M4 and eMMC

Jump to solution
1,237 Views
indirokanovic
Contributor II

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

Labels (1)
Tags (3)
1 Solution
953 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
953 Views
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.

954 Views
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 Kudos