I have a microprocessor with the card's chip select (CS
) line tied to a 'frame' signal automatically driven by the SPI (SSP) circuit. This causes CS
to go high between each byte.
The MMC/SD specs require that CS
be held low in order to enter SPI mode. Does it need to be held low the entire time, or only when transmitting each byte of CMD0
?