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.

help needed for memory card?

Status
Not open for further replies.

yviswanathbe

Full Member level 4
Joined
Jun 14, 2007
Messages
221
Helped
10
Reputation
20
Reaction score
6
Trophy points
1,298
Activity points
3,066
sandisk oem mmc manual

Hi,
I need a help in memory card(1GB) with spi interfacing.

I want to store values displaying in the voltmeter continuously in the memory(i have choosen memory card) till i complete the measurements.
After measurement has been completed i will be connecting this menory card to the PC and i will be retreiving values which are stored in the memory card.This is my idea.

can anybody suggest me some memory cards with spi interfacing

or

memory chips (with upto 1GB storage capacity) which is compatible with spi interfacing.

Thanks & Regards,
viswanath
 

i2c sd memory card

SD cards or MMC cards can be interfaced on SPI.

Use a microcontroller and implement or use a library for FAT16 or FAT32. You can create a file, and write values. The file can be readed from the card on PC.
 

toshiba sd memory card pdf

Hi,
Thanx 4 Replying.

Can we directly interface the card to the microcontroller r we need any support controllers we need put in between Microcontroller and card.

Can you suggest me some companies who sells these types of cards(SD or MMC).
I googled some(SANDISK etc) but i dint find the datasheets.

n

libraries (FAT32 r FAT64) for microcontroller ,how to start implementing?give me some idea.....

Thanx & Regards,
viswanath.
 

Hi,
Thanks for your valuable information.

One more thing where can we get connectors for these cards?(i mean mating slots to insert these cards).
provide me some vendors list.
I am planing to go for Sandisk SD card?
Give me suggesions.

Thanks In Advance.

Regards,
Viswanath.
 

u can interface the memory card u use in mobile to interface with controller. or u can u SD card also to store the data. better you interface it to 32 bit controller, as 8bit will not be that fast when u try to read the contents of the card. In long run 8 bit controller fails.
 

Thanks Shiva,

I am going to use Silabs C8051F005(8-bit controller),Because my application is to measure and store the value.

I want to interface SD card or MMC Card to the above Microcontroller.

Do all the SD cards used in the mobile suports SPI interfacing?

I have seen SANDISK & TRANSCEND SD cards available in the market?

Can i use these cards to interface with microcontroller(My Controler is silabsC8051F005, it supports SPI,I2C)?

Where can i get the Technical datasheets for these cards?

Please Suggest me.

Thanks in advance.

Regards,
Viswanath.
 

SD cards briefly talk about their security features and the need to pay the "Secure Digital People" for specs on the device and perhaps even some proprietary information on how to talk to the chip such that it will actually store and retrieve data.

So I suggest you to go for MMC card.

Go to Sandisk's website, and get the MultiMediaCard spec in the OEM
section. Develop your software against the MMC spec. If your
software follows the MMC spec, it will talk to an SD card without
changes. You don't need to know anything about the security features,
and you don't need the SD card spec. The only difference will be that
you'll need an SD-compatible slot, since the SD card is thicker.

**broken link removed** Sandisk SD card product manual
**broken link removed** MiniSD card
**broken link removed** Older SD card
specs

Using SDCard and SDIO with the Intel? PXA250 MMC Controller Application Note
https://www.intel.com/design/pca/applicationsprocessors/applnots/278533-001.htm
Toshiba SD card specification
**broken link removed**
 

yviswanathbe said:
Thanks Shiva,

I am going to use Silabs C8051F005(8-bit controller),Because my application is to measure and store the value.

I want to interface SD card or MMC Card to the above Microcontroller.

Do all the SD cards used in the mobile suports SPI interfacing?

I have seen SANDISK & TRANSCEND SD cards available in the market?

Can i use these cards to interface with microcontroller(My Controler is silabsC8051F005, it supports SPI,I2C)?

Where can i get the Technical datasheets for these cards?

Please Suggest me.

Thanks in advance.

Regards,
Viswanath.

hi
i just want to ask if you have succed on this project ??
interfacing c8051f005 and a sdcard

thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top