Difference between revisions of "MultiMediaCard"
Jump to navigation
Jump to search
(short description with wikipedia link) |
(move big section from dosonchip) |
||
Line 2: | Line 2: | ||
Flash memory memory card standard. Unveiled in 1997 by Siemens AG and SanDisk. | Flash memory memory card standard. Unveiled in 1997 by Siemens AG and SanDisk. | ||
Free documentation as opposed to SD-Card standard. Which sandisk.com doesn't follow anyway. | Free documentation as opposed to SD-Card standard. Which sandisk.com doesn't follow anyway. | ||
+ | |||
+ | |||
+ | * the [[TRAXMOD]] shows how a ARM can play raw digital audio files streaming off of a FAT formatted MMC/SD Card. | ||
+ | * [http://www.sparkfun.com/commerce/product_info.php?products_id=545 Prototyping Board for LPC2148] apparently connects a LPC2148 ARM processor directly to a SD/MMC card connector without any DOSonCHIP. | ||
+ | * [http://www.compsys1.com/html/avr_sd_dev_board.html the very small AVR_SD3 development board] apparently connects an Atmel AVR directly to a SD/MMC socket without any DOSonCHIP. | ||
+ | * [http://www.embeddedrelated.com/usenet/embedded/show/70279-1.php someone ranting about "It's a pet peeve of mine to have SD slots if there's no SD filesystem software. Of the hundreds of DEV boards that have a slot, only a couple have open software to utilize the slot. I'm not sure if the AVR world has this kind of open software?"] | ||
+ | * [http://www.freelabs.com/~whitis/sd_card/ "Embedded SD Card/MMC Card"] includes a nice "Comparison of different types of MMC/SD cards", "Competing Formats", and a schematic and PCB for a "Embedded MMC/SD card reader board". | ||
+ | * [http://forum.sparkfun.com/viewtopic.php?t=2770 Reading from SD card?] | ||
+ | * the [http://balloonboard.org/balloonwiki/FrontPage Balloon board] apparently has a MMC socket connected to an ARM XScale processor | ||
+ | * [http://www.avenhaus.de/EEG/MMC/MMC.shtml "MMC/SD memory cards for Atmel AVR"] "This project allows Atmel AVR microcontrollers to read and write ... Multi Media Cards (MMC) and Secure Digital Cards (SD) ... The file system is PC compatible, so that data can be transferred between the two." | ||
+ | * [http://microcontrollershop.com/product_info.php?cPath=154_170_266&products_id=1707 "Atmel AT91SAM9261 Evaluation Kit"] with ARM9 (ATMEL AT91SAM9261) connected to MMC/SD socket, and Compact Flash socket | ||
+ | * [http://pontoppidan.info/lars/index.php?proj=mmc2iec the "MMC2IEC device"]: yet another Atmel AVR to SD/MMC card socket. Supports FAT16 and FAT32 support. Oh, and it can also connect to a C64, emulating a Commodore 1541 disk drive. | ||
+ | * [http://www.priio.com/productcart/pc/viewPrd.asp?idproduct=79 ARM7X Development Board] includes a MMC/SD socket. | ||
+ | * [http://www.linux-hacker.net/cgi-bin/UltraBoard/UltraBoard.pl?Action=ShowPost&Board=MJB&Post=104&Idle=0&Sort=0&Order=1&Page=0&Session= connecting a JuiceBox to a SD card] (also [http://www.elinux.org/wiki/JuiceBoxMMCHack eLinuxWiki:JuiceBoxMMCHack], [http://www.elinux.org/wiki/JuiceBoxUMDCart eLinuxWiki:JuiceBoxUMDCart]) | ||
+ | * [http://www.moxa.com/product/EM-1220.htm yet another ARM9 on a credit-card-sized motherboard] that includes a SD card slot (and runs uClinux) | ||
+ | * [http://www.larwe.com/zws/products/polyceph/index.html Polyceph Mk.I] has complete source code and schematic and PCB files in EAGLE format. Shows how several (?) different processors connect to a SD/MMC card slot | ||
+ | * [http://www.sparkfun.com/commerce/product_info.php?products_id=8298 Evaluation Board for MSP430FG4619] connects that processor to a SD/MMC card connector | ||
+ | * [http://www.makezine.com/blog/archive/2006/08/usb_circuit_design.html "USB2.0 reference project"] "a USB2.0 Card Reader. It support cards such as Compactflash, Memory Stick, Memory Stick Duo, Magic Gate, Secure Digital, MultimediaCard and SmartMedia. The schematic and source code of the reference projects are provided." | ||
+ | * [http://www.makezine.com/blog/archive/2007/03/avr_based_usb_sd_card_rea.html "AVR based USB SD card reader"] | ||
+ | * [[Dosonchip]] | ||
+ | |||
+ | ''FIXME: consider making this page about "how to interface a microcontroller to a SD/MMC card"?'' |
Revision as of 22:35, 5 December 2008
Multi Media Card Flash memory memory card standard. Unveiled in 1997 by Siemens AG and SanDisk. Free documentation as opposed to SD-Card standard. Which sandisk.com doesn't follow anyway.
- the TRAXMOD shows how a ARM can play raw digital audio files streaming off of a FAT formatted MMC/SD Card.
- Prototyping Board for LPC2148 apparently connects a LPC2148 ARM processor directly to a SD/MMC card connector without any DOSonCHIP.
- the very small AVR_SD3 development board apparently connects an Atmel AVR directly to a SD/MMC socket without any DOSonCHIP.
- someone ranting about "It's a pet peeve of mine to have SD slots if there's no SD filesystem software. Of the hundreds of DEV boards that have a slot, only a couple have open software to utilize the slot. I'm not sure if the AVR world has this kind of open software?"
- "Embedded SD Card/MMC Card" includes a nice "Comparison of different types of MMC/SD cards", "Competing Formats", and a schematic and PCB for a "Embedded MMC/SD card reader board".
- Reading from SD card?
- the Balloon board apparently has a MMC socket connected to an ARM XScale processor
- "MMC/SD memory cards for Atmel AVR" "This project allows Atmel AVR microcontrollers to read and write ... Multi Media Cards (MMC) and Secure Digital Cards (SD) ... The file system is PC compatible, so that data can be transferred between the two."
- "Atmel AT91SAM9261 Evaluation Kit" with ARM9 (ATMEL AT91SAM9261) connected to MMC/SD socket, and Compact Flash socket
- the "MMC2IEC device": yet another Atmel AVR to SD/MMC card socket. Supports FAT16 and FAT32 support. Oh, and it can also connect to a C64, emulating a Commodore 1541 disk drive.
- ARM7X Development Board includes a MMC/SD socket.
- connecting a JuiceBox to a SD card (also eLinuxWiki:JuiceBoxMMCHack, eLinuxWiki:JuiceBoxUMDCart)
- yet another ARM9 on a credit-card-sized motherboard that includes a SD card slot (and runs uClinux)
- Polyceph Mk.I has complete source code and schematic and PCB files in EAGLE format. Shows how several (?) different processors connect to a SD/MMC card slot
- Evaluation Board for MSP430FG4619 connects that processor to a SD/MMC card connector
- "USB2.0 reference project" "a USB2.0 Card Reader. It support cards such as Compactflash, Memory Stick, Memory Stick Duo, Magic Gate, Secure Digital, MultimediaCard and SmartMedia. The schematic and source code of the reference projects are provided."
- "AVR based USB SD card reader"
- Dosonchip
FIXME: consider making this page about "how to interface a microcontroller to a SD/MMC card"?