====== Pmod SD Reference Manual ====== The Digilent Pmod SD (Revision B) allows system boards to read from and write to SD cards. With no limitation on the file system or memory size of the SD card, users will be able to store and access large amounts of data from their system board. {{Digilent Image Gallery | image = {{:reference:pmod:pmodsd:pmodsd-0.png?direct |}} | image = {{:reference:pmod:pmodsd:pmodsd-1.png?direct |}} | image = {{:reference:pmod:pmodsd:pmodsd-2.png?direct |}} | image = {{:reference:pmod:pmodsd:pmodsd-3.png?direct |}} }} == Download This Reference Manual == * {{:reference:pmod:pmodsd:pmodsd_rm.pdf| PDF}} ---- ===== Features ===== * Full size SD card slot * Store and access large amounts of data from your system board * No limitation on file system or memory size of SD card used * 1-bit and 4-bit communication * 12-pin Pmod port with SPI interface ---- =====Functional Description ===== The %%Pmod SD%% is a great way to store and access information on a device that can then be accessed by outside devices such as a phone or computer. ---- ===== Interfacing with the Pmod===== The %%Pmod SD%% is designed to communicate with the host board primarily through the [[pmod:communication_protocols:spi|SPI protocol]]. By default, the SD card itself is defined to boot up in SD mode, but will enter into SPI mode when the Chip Select line is pulled low. The actual technique of writing to and reading from specific locations on an SD goes beyond the scope of this document, but the complexity of the process is nicely abstracted away within the chipKIT SD library. {{ :pmod:pmod:sd:temp2.png?200|}} A pinout description table and diagram for the 2x6 pin header on the %%Pmod SD%% can be found below: ^ Connector J1- Pin Descriptions ||||||| ^ Pin ^ Signal ^ Description | ^ Pin ^ Signal ^ Description ^ | 1 | ~CS | Chip Select / Data3 |:::| 7 | DAT1 | Data 1 | | 2 | MOSI | MOSI / Command |:::| 8 | DAT2 | Data 2 | | 3 | MISO | MISO / Data0 |:::| 9 | CD | Card Detect | | 4 | SCK | Serial Clock |:::| 10 | WP | Write Protect | | 5 | GND | Power Supply Ground |:::| 11 | GND | Power Supply Ground | | 6 | VCC | Power Supply (3.3V) |:::| 12 | VCC | Power Supply (3.3V) | NOTE: We have identified a small print error on the packaging of this product. The above pinout is correct. Any external power applied to the %%Pmod SD%% must be within the specifications of the inserted SD card. As determined by the [[https://www.sdcard.org/developers/overview/capacity/|SD card association]], this voltage range must be within 2.7 to 3.6 volts. The 3.3 operating voltage on Digilent system boards nicely complies with this standard. ---- ===== Physical Dimensions ===== The pins on the pin header are spaced 100 mil apart. The PCB is 1.8 inches long on the sides parallel to the pins on the pin header and 1.8 inches long on the sides perpendicular to the pin header. ---- ===== Additional Information ===== The schematics of the %%Pmod SD%% are available {{reference:pmod:pmodsd:pmodsd_sch.pdf|here}}. Additional information about the standard SD protocol can be found from the SD Card Association here in the [[https://www.sdcard.org/downloads/pls/|Physical Layer Simplified Specification (Version 4.0)]] The open source [[https://www.arduino.cc/en/Main/Software|Arudino IDE]] software comes pre-loaded with an SD library that can be used to interface the Pmod SD with microcontroller boards. If you have any questions or comments about the %%Pmod SD%%, feel free to post them under the appropriate section ("Add-on Boards") of the [[https://forum.digilent.com/|Digilent Forum]].