Go to advanced search

by jstill343
Fri Aug 07, 2020 9:51 pm
Forum: Bare metal, Assembly language
Topic: EMMC CRC error
Replies: 2
Views: 232

Re: EMMC CRC error

try reading at 400Khz if your speed change is wrong she will baulk and don't forget destination buffer must be 4 byte aligned.
Can you explain why the destination buffer needs to be 4 byte aligned?
by jstill343
Sun Aug 02, 2020 10:26 pm
Forum: Bare metal, Assembly language
Topic: EMMC CRC error
Replies: 2
Views: 232

EMMC CRC error

Hi, I'm trying to write an SD card driver for my Raspberry Pi 3B+. I'm always getting a CRC error when I issue a single block read command (CMD17) to the SD card (I haven't tried multiblock read or writes yet. I want to get the single block read down first). For the card initialization process, I re...

Go to advanced search