Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[General] Can I use 1Gb SDcard with SDIO interface ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Visit site
Activity points
9,442
Guys,

Can I use 1Gb SDcard with SDIO interface ?
Usually I use SPI for accessing this SDcard,

Any clues ?
Thanks
 

Can I use 1Gb SDcard with SDIO interface ?
Yes. Hopefully the next question isn't "How do I handle the SDIO interface in software"?
I presume there are code examples.
 

Hello,


I am working now on a similar subject.. use an 2GB SDcard to store data on it.
I fund many documents on the web about this subject..
and the main key is to have an MCU with enough Ram inside.
I work with a PIC18F26K22 (or 46K22) with has 3K ram, so it is possible to use 512 bytes of RAM as a buffer to store one sector.
SDcard must be formatted with FAT32 and sector size of 512 bytes..
I allready put my first tests on my web page .. here
source is C18 Mplab

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top