Questions tagged [microsd]

microSD is a physically smaller version of the Secure Digital (SD) memory card standard. It is also known as Transflash (TF) memory cards. It's currently the smallest form factor in the range with dimensions of 15 × 11 x 1 mm. Electronically Identical to full sized SD Cards and MiniSD cards

microSD is a physically smaller version of the Secure Digital memory card standard. It is also known as Transflash (TF) memory cards. It's currently the smallest form factor in the range with dimensions of 15 × 11 x 1 mm. Electronically Identical to full sized Cards and MiniSD cards

Tag should be depreciated due to lack of difference with other SD cards. Please use SD card tag.

31 questions
25
votes
1 answer

How to do pulling up or down correctly when interfacing a microSD card?

I have seen people pulling up only the CS pin, so that when the microcontroller's pins are floating in the power-up, the microSD card is not corrupted. Also, I have seen many people pulling up and down DI,DO and SCLK lines. Some of the circuits that…
abdullah kahraman
  • 5,930
  • 7
  • 59
  • 104
21
votes
6 answers

What is the correct command sequence for microSD card initialization in SPI?

I am trying to interface a microSD card (2 GB, Kingston, Sandisk) with a Silicon Labs C8051F931 controller. I am very much confused about the sequence which I have to follow for initialization. In the book SD Card Projects Using the PIC…
gpuguy
  • 1,618
  • 8
  • 31
  • 54
19
votes
4 answers

Low power micro-SD card storage

We are building a low-power data logger based upon the ATmega328P, in order to make use of the Arduino boot loader and IDE, etc. Ideally power consumption should be less than 0.3mA @ 3.3V to get around 4 months life on a single AA battery. Sensor…
geometrikal
  • 4,921
  • 2
  • 23
  • 41
18
votes
2 answers

Is SPI safe to be interrupted?

I'm writing to a microSD card from within my firmware, but it's the lowest priority task, so it can be interrupted by other tasks while it's in the middle of reading/writing. Now suppose I communicated with this microSD card using a UART. The…
Maestro
  • 979
  • 1
  • 10
  • 24
17
votes
2 answers

Why is SPI Flash memory so limited in max size, and cost way more (per MB) than SD flash memory?

For example: SPI Flash largest size is 512MB at $9/ea: SPI Flash prices vs 2GB of microSD $3/ea (some with $1 shipping): microSD prices
jpeskin
  • 393
  • 1
  • 2
  • 7
12
votes
2 answers

How can so many memory cells fit on MicroSd card?

I just wondered, when I saw my new MicroSd memory card , how the hell can 32GB fit in that space? Simple math: it's around \$\frac{1}{2}cm^2\$ (my estimate, most of it is controllers anyway) and it contains 32GB cells. So…
Randalfien
  • 223
  • 2
  • 4
11
votes
1 answer

Are there problems accessing a microSD card via SPI when there are other slave SPI devices?

I'm working on a design that has a CPU with only one SPI port. I have multiple (3) slaves connected to this port, one of which is a microSD card. Here is a report from an engineer who says that SD cards are designed to operate as the only slave to…
jpeskin
  • 393
  • 1
  • 2
  • 7
8
votes
1 answer

Non-conductive pads in datasheet?

I'm designing a device which has a DM3CS-SF microSD connector and in the recommended land-pattern for the datasheet they have areas labeled as "Non-conducting traces". What am I suppose to do with these areas? Are these keep-out areas where I…
helloworld922
  • 16,600
  • 10
  • 54
  • 87
8
votes
1 answer

MicroSD flash block size

I'm working on a low-power application with data storage on a microSD card. In the interest of minimizing power consumption, I'm planning to buffer data to RAM before writing, and I suspect that the optimal buffer size would be an integer multiple…
Alex K
  • 93
  • 1
  • 5
7
votes
1 answer

How to make a device in miniSD or microSD form factor?

I would like to design and get produced a device in miniSD or microSD card form factor. This is not actually a memory card, it just uses that connector. There are other devices like that, for example Electric Imp. I'm wondering what type of…
Alex I
  • 3,341
  • 2
  • 36
  • 59
6
votes
3 answers

MicroSD with ECC

Some MicroSD cards (mostly Transcend) claim to have an ECC controller on the chip. I was wondering how this works? Do they verify all data written to it, and automaticly relocate the sectors to different positions in case they detect a mismatch? If…
Maestro
  • 979
  • 1
  • 10
  • 24
5
votes
2 answers

How to detect SD Card Insertion Without Leakage Current

I'm using a TI CC1111 SoC to read/write a microSDHC SD card, with an Amphenol card socket. The card detect (CD) pin of the socket is connected to ground when no card is present. When a card is inserted, the connection is broken. (This seems to…
David
  • 1,023
  • 3
  • 12
  • 24
5
votes
4 answers

RAM device that plugs into microSD slot?

I have a pair of small battery-operated self-logging 3-axis accelerometer devices that each use a microSD flash device for storage (the GCDC X250-2). Unfortunately, the devices do not buffer microSD writes, so the recorded data has frequent gaps. I…
BobC
  • 191
  • 5
5
votes
1 answer

Developer/application board with a CAN/SD card

We have to develop a data logger. I should get some data over CAN (1 MBit/s), compress this data and save it to an SD card. To save time, we would prefer to use as much existing hardware and software as possible. I looked into Arduino (CAN and…
Fabian
  • 153
  • 5
4
votes
1 answer

Ferrite bead for use for filtering a microSD card's Vcc

I am hoping to use a microSD card in an AVR project and am just trying to find values for all my components. However, I am not sure what value of ferrite to use here. The few microSD schematics that I've seen with a bead just said "FERRITE" and…
Inductiveload
  • 532
  • 5
  • 14
1
2 3