Hi,
I am using a beaglebone black (AM335x) and I have been trying to enable 8-bit mode on the MMC controller to use the eMMC in 8-bit mode. The eMMC is on MMC1.
According to the TRM, I can change the mode by sending a switch command to the eMMC and setting the DW8 bit in SD_CON register to 1.
But what about the DTW bit in the SD_HCTL regsiter?
Data transfer width:
0h for 1-bit;
1h for 4-bit
but no setting for 8-bit
How does that work if my eMMC is set in 8-bit mode and the data transfer width is 4bits?
Thank you in advance
Michal