Skip to content

eMMC access on STM32F7 #36274

Discussion options

You must be logged in to vote

I found the answer ... and it is somewhat complex.

First, there is a difference (especially during device initialization) between the MMC (JEDEC) protocol and the SD protocol. The eMMC chips I am using are JEDEC compatible. So CMD3, which is used to assign the card Relative device Address, was setting the RCA to 0 (which is a reserved special value). Then we ask the command for its extended Card Specific Data (with CMD8) without selecting the card, so it refuses to respond. I am preparing patches for these issues.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by henrikbrixandersen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant