Skip to main content
srikanth
Associate III
June 11, 2019
Question

interfacing SDMMC with stm32f765Vitx

  • June 11, 2019
  • 2 replies
  • 823 views

hello,

we are using emmc memory device (capacity -8GB) with the part no: sfem008gb.

we are using 8bit data transfer mode .

when we generating code with help of cubeMX it will give drivers for 2GB memory interface ,

what are changes we need to do for 8GB memory interface and we are facing issue with writing , when we are writing the data to the block it is returning an error.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
June 11, 2019

Likely needs to use EXTCSD to pull correct capacity. Have working code for eMMC if looking to outsource​.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
srikanth
srikanthAuthor
Associate III
June 11, 2019

ok we will use EXTCSD. we are not going to outsource code as we are checking internally.