I am interfacing SD cards (1/2GB SD cards and 4GB SDHC cards from different manufactures) to a custom board in SPI mode and I am using a FATfs file system from elm-chan. I am able to write files and read files on the SD card. However I would like to know where can I get the information on the maximum clock frequency (I can drive my SPI bus) for the given SD card. I have seen that for some SD cards maximum speed was about 1.33MHz and for some 20MHz. I assumed this speed was in the CSD register (TAAC value, as the TRAN_SPEED was the same on all the cards set at 25Mhz). However I realized its not true. I would really appreciate if someone can share their knowledge on this. Thanks!
SD card maximum write speed in SPI mode
4.6k Views Asked by Ayyala At
1
There are 1 best solutions below
Related Questions in EMBEDDED
- MSP430F5529 on the MSPEXP430F5529LP: UART is not actually transmitting despite seemingly correct setup. What is wrong?
- A FPGA Project Proposal where I can use both PS and PL
- Program doesn't run after DFU
- Sending struct through queue
- How to generate a VPI warpmap for polynomial distortion correction?
- How to present this example concept in UML: Using 2 LCD displays in C/C++
- CLion: Debug via St-Link
- Portenta H7 Baremetal Development and a Little Guidance on Embedded System Learning Roadmap
- STM32 RTC3 Mixed Mode: Writing TR resets SSR
- Unable to read value from gpio set as input
- Mbed TLS: in-place en-/decryption for OAEP doesn't seem to work
- Shared variable read from low priority thread in preemptive scheduling
- Own Pattern / framework for interfacing with components in C
- Performance Difference Between Global Variable and Local Variable in Embedded Systems
- Comparing analog signal from Electret mic with samples
Related Questions in SD-CARD
- How do I convert the update.img artifact from the Orange Pi 4 LTS Android build to an image I can flash on a microSD card?
- Using LittleFS and SD_MMC interchangeably
- How to write large amount of data to sd card?
- Teensy 4.1 SD.open randomly failing to create files
- Can't get SPI working in nucleo stm32f446re and SD card
- Raspberry Pi not giving HDMI output with OS on SD card
- microSDHC card returning junk bytes during data transfer portion of CMD25 WRITE_MULTIPLE_BLOCK, why/what are they?
- Record audio from PDM Microphone and save to micro SD card using Circuitpython
- ESP32 + SD card- SD card get formatted automatically at random
- Is it possible to operate rfid, ble and sd card module at the same time?
- Programming PCI SD card reader
- STM32 SD Card (SPI) is not writing in an interrupt
- how can i tell if my SD.h and TMRpcm.h libraries are compatible?
- Update SD card when adding audio files
- Formatting and Filesystem Issues on SD Card - Differences in Boot Sector and Dirty Bit
Related Questions in SPI
- SPI - R/W to ST95P08 EEPROM
- Xpt 2046 Display with Pn532 RFID reader
- I'm trying to control a DAC61401 with an arduino UNO using SPI
- What could be causing TPM_RC_COMMAND_SIZE error (0x80010000000a00000142) in response to TPM_GETRANDOM?
- STM32 SPI slave doesn't read data correctly and transmits incorrect data
- cannot return by tuplestore_putvalues
- Convert binary string to a binary integer in Python
- Linux SPI read and write may occasionally be slow?
- How can I connect an ADC8686S to an Arduino Mega using SPI?
- The LSB in data received by master is being dropped when using SPI communication between 2 atmega328ps
- SPI Communication between ESP32S3
- Why I get Raspberry Pi MCP3008 C++ error?
- How to know the length of the data obtained when reading SPI?
- The difference between SPI_IOC_RD_MODE and SPI_IOC_RD_MODE32?
- can't set SPI mode: Inappropriate ioctl for device
Related Questions in SDHC
- Using FAT array on FAT32 SDHC
- Trying to initialize SDHC card using SPI. After sending CMD55 in preparation for ACMD41, response= 0x01. ACMD41 always 'responds' with 0xFF. Thoughts?
- SD card does not return token on SPI single block read
- How do I use a dd-created image, that's bigger than the original disk?
- What is the 'erased' value of a memory location on an sdhc card?
- Starting reference to design SDIO host driver for linux
- How to "bind" SDIO1 with Wi-Fi LInux?
- SD card maximum write speed in SPI mode
- USB folder and SD card folder
- The “silicon power” sd card 4ggb class 10 memory card is compatible with raspberi pi?
- Using SD or SDHC through SPI in Coldfire system
- SDHC SPI write issues
- Disabling / Suppressing SD(HC) Write Protect
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Without a clear part number of the SD card, it is not feasible to find it. The probability of getting a correct answer is high only if you can share the exact details. I suggest you to check the specification thoroughly of the respective SD card for a quick answer. Can you confirm whether the observation done by you is different from the information provided in the specification ?