@@ -4,15 +4,33 @@ During SPI interaction we disable interrupts as to reduce the risk of the SD car
...
@@ -4,15 +4,33 @@ During SPI interaction we disable interrupts as to reduce the risk of the SD car
## Commands
## Commands
Our implementation realizes a subset of all possible SPI commands, namely the commands required for setting up SPI communication (namely `CMD0`, `CMD1``CMD8`) and commands needed to read from and write onto an SD card (`CMD17` and `CMD24` respectively).
Our implementation realizes a subset of all possible SPI commands, namely the commands required for setting up SPI communication (namely `CMD0` and `CMD8`) and commands needed to read from and write onto an SDHC SD card (`CMD17` and `CMD24` respectively).