Initialization of a microSD card using an SPI interface

前端 未结 6 799
悲哀的现实
悲哀的现实 2021-02-07 08:10

I\'m using a microSD card in an embedded design. The card is connected to a microcontroller using the SPI interface. It worked fine for all cards I\'ve used before, but now my n

6条回答
  •  被撕碎了的回忆
    2021-02-07 08:41

    It's normal, it's likely the internal charge-pump used to make erase voltage that takes longer than usual to be ready... you have to insist on the CMD55+ACMD41 combo until initialization finishes.

    The CMD58 could also help you to check if you're supplying correct voltage levels (sometimes sockets have contact problems).

提交回复
热议问题