About 761,000 results
Open links in new tab
  1. Initialization of a microSD card using an SPI interface

    Aug 11, 2014 · I'm using a microSD card in an embedded design. The card is connected to a microcontroller using the SPI interface. It worked fine for all cards I've used before, but now …

  2. android - Find location of a removable SD card - Stack Overflow

    Oct 23, 2016 · Is there a universal way to find the location of an external SD card? Please, do not be confused with External Storage. Environment.getExternalStorageState() returns the path to …

  3. embedded - Initializing SD card in SPI issues - Stack Overflow

    Mar 3, 2010 · SD cards that cannot perform data transfers in the specified range must discard themselves from further bus operations and go into Inactive State2. By omitting the voltage …

  4. python - Calculation of CRC7 - Stack Overflow

    Oct 23, 2025 · 0 For a SD card driver I tried to calculate CRC7 for the commands. Now, if I "enable CRC7 check" with CMD59, I get errors with some SD cards. But if I "disable CRC7" …

  5. SD card write limit - data logging - Stack Overflow

    Jun 23, 2014 · SD card size file system luck If we take a look at a flash chip, it is organised into sectors. A sector is an area which can be completely erased (actually reset to a state with only …

  6. How to specify SD card among multiple SD cards that don't have …

    Dec 13, 2022 · The "A" SD card and "B" SD card alwasys go to the desired mount point so that the script can pre-define the source path for copying to desired destination directory.

  7. c# - Detecting SD Card drives - Stack Overflow

    Nov 12, 2015 · My program needs to find out SD Cards among all local drives. One can easily identify removable drives (using GetLogicalDrivesStrings() and GetDriveType() ) but knowing …

  8. What are the differences among Internal storage, external storage, …

    The SD Card is called "External Storage" to be compatible with other way of having a storage independent from the system. So the SD Card is the External Storage (both are the same). …

  9. How to prevent SD card from creating write delays during logging?

    Apr 5, 2017 · The erase-delay is inherent to the SD-card. If it is full, you can expect even longer delays. Plus if the cells age, they take longer to eraseas well to write.

  10. sd card - SDMMC not working on STM32H7 uControllers - Stack …

    Aug 21, 2024 · Good day The problem I am trying to get an SD card working using an STM32H7 uController. I have in the past successfully integrated SDIO with STM32F4/F7 microcontroller …