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
- PHP don't use temp file for upload
- Sparkfun SC16IS750 does not work on Raspberry Pi
- Reserve memory space in m_text memory region of FLASH on embedded target
- SAE J1939 Standards Collection -- How much is necessary?
- How to call multiple slaves for Spi data transmission?
- Deployment over GPRS to embedded devices
- Changing just one byte in SD card sector
- Comparion of values won't work without delay
- Better to pass struct, or pointer to struct?
- STM32F4 Handling peripheral error while making a DMA Transfer (RX)
- USB programming, transfer file from iOS device to Embedded os device?
- using Diab, dcc 5.9.4 to compile a windows executable
- does b64_pton() work if input contains special characters? I am using it in C code
- u-boot select boot partition based on GPIO state
- Why is a write to a memory-mapped peripheral register not actioned (LPC43xx)?
Related Questions in SD-CARD
- How To drag images directly from Camera or Smartphone to C# app?
- statvfs failing to properly recognize the folder size
- How can I shrink an image of an SD card to fit a smaller card?
- PIC18F25K80 and SD card integration
- Can't overwrite a file on a sd card on an intel edison
- Can the baud rate corrupt an SD card?
- Writing data to micro SD card from microcontroller STM32F401RET6
- Micro SD card read only by SD Adapter
- Displaying audio files from SD Card to Swipe View tabs - Android
- Bad block detection in SD card using SPI interface?
- How to switch off SD card module right
- How to get video thumbnail for starting duration in android?
- access denied error from WriteFile to physical disk, win7
- Embedded - SD card - SPI - C -Codevision AVR - Creating and writing a file in an SD card
- Unable to retrieve data from SQLite DB on SD Card on WP8
Related Questions in SPI
- Sparkfun SC16IS750 does not work on Raspberry Pi
- Raspberry PI Compute Module - SPI1
- Bit Bang with SPI (fwirte, write performance)
- Verilog Inter-FPGA SPI Communication
- SPI with Atmega32 and At42QT2100
- Stm32f407IG SPI communication
- Threading & SpiDev - IOError [Errno 9]: Bad file descriptor
- Does chip select disables whole SPI slave or just the SPI lines of that Slave?
- How does kernel code knows which spi bus is using?
- Creating arrays in C based on data sheet
- LED 8x8 Matrix with MAX7219 on ARM STM32 MikroC
- pygame strings doubling and flickering
- I2C & SPI driver
- read mcp 3202 in java with kura for raspberry
- how the usb spi flashing device write program to atmega?
Related Questions in SDHC
- SDHC SPI write issues
- Using SD or SDHC through SPI in Coldfire system
- SD card does not return token on SPI single block read
- How to "bind" SDIO1 with Wi-Fi LInux?
- Disabling / Suppressing SD(HC) Write Protect
- SD card maximum write speed in SPI mode
- USB folder and SD card folder
- Trying to initialize SDHC card using SPI. After sending CMD55 in preparation for ACMD41, response= 0x01. ACMD41 always 'responds' with 0xFF. Thoughts?
- Using FAT array on FAT32 SDHC
- How do I use a dd-created image, that's bigger than the original disk?
- The “silicon power” sd card 4ggb class 10 memory card is compatible with raspberi pi?
- Starting reference to design SDIO host driver for linux
- What is the 'erased' value of a memory location on an sdhc card?
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 ?