1 / 7

MICRO SD CARD INTERFACING WITH MSP430

MICRO SD CARD INTERFACING WITH MSP430. HARDWARE USED. Transcend micro SDHC 4 4 GB CARD. Sandisk micro SD adapter. Few pull-up resistors to avoid floating values on pins. MSP430 controller. AUTOMATIC DETECTION. It can be acheived by 2 ways-

naida
Télécharger la présentation

MICRO SD CARD INTERFACING WITH MSP430

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MICRO SD CARD INTERFACING WITH MSP430

  2. HARDWARE USED • Transcend micro SDHC 4 4 GB CARD. • Sandisk micro SD adapter. • Few pull-up resistors to avoid floating values on pins. • MSP430 controller.

  3. AUTOMATIC DETECTION It can be acheived by 2 ways- • By using extra pin as interupt with VCC provided through pull up resistor which will be sorted to ground of micro SD card . • Through software routines at differnt interval(may be 2-3 sec). Some random commands will be given through MOSI(master output slave input) pin and output will be recorded. If output at both time is either 00..0 or FF...F or same for both trial then we can conclude that there’s no card inserted else card is present and we will move for initialization process.

  4. MODES OF OPERATION SD/SPI • SD mode is basically 4 line data transfer mode with a single command line and cyclic redundancy check (CRC). • SPI mode with separate data line for input and output. Fortunately , MSP430 have dedicated hardware for SPI mode so SPI communication require less software routines as compared to SD mode and even no worry about CRC which consumes extra time. • SPI mode is 2 types – 3 pin (for single master system) 4 pin (for multiple master system) we have single master so will use 3 pin SPI mode.

  5. MULTIPLE SD CARD INTERFACE • MSP430 have 2 embeded slots for SPI communication. • Even we can at a time interface with more than 2 cards by having chip select pin. • Even other data transfer modules can be converted to SPI mode ex- Bluetooth modules ,USB based Flash devices at a time.

  6. THANK YOU PRASHANT PANDEY

More Related