About 96 results
Open links in new tab
  1. 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 range in …

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

    Oct 23, 2016 · Environment.getExternalStorageState() returns path to internal SD mount point like "/mnt/sdcard" No, Environment.getExternalStorageDirectory() refers to whatever the device …

  3. sd card - Read/write binary data on SD using Arduino - Stack Overflow

    Sep 15, 2014 · 7 It is possible to write raw binary data to an SD card. Most people do this using the 4-pin SPI interface supported by the SD card. Unfortunately, data isn't byte-addressed, but block …

  4. SD card issue in SDIO peripheral in Stm32f407VET6 Black Board

    Jul 9, 2023 · I have Stm32f407VET6 Black Board, cant connect the MicroSD card. im using onboard SD slot and a 32GB micro SD card by PNY. The card is okay and its already in FAT32 formatted. …

  5. Manually put files to Android emulator SD card - Stack Overflow

    May 11, 2010 · If you are using Eclipse you can move files to and from the SD Card through the Android Perspective (it is called DDMS in Eclipse). Just select the Emulator in the left part of the screen and …

  6. Using SD card as external storage for Beaglebone Black

    Jun 16, 2015 · Using SD card as external storage for Beaglebone Black Asked 10 years, 6 months ago Modified 8 years, 11 months ago Viewed 16k times

  7. android - Get sdcard directory by adb - Stack Overflow

    Feb 21, 2012 · i.e: sdcard sdcard/external_sd Firstly I invented following solution: run adb shell ls Check if dir "sdcard" exists If yes run sdcard/ ls and check if external_sd exists return value. But the …

  8. android - How to read the SD Card ID number? - Stack Overflow

    Jul 27, 2010 · How can I programatically read the SD Card's CID register, which contains a Serial Number and other information? Can I do it through Android Java, or Native code? Thanks in …

  9. From .txt file in sd card to string variable in Arduino

    Jul 12, 2018 · I'm trying to read a text file in an Arduino SD card reader and copy its text into a string variable, but the function .read always returns -1. How can I solve this problem?

  10. Difference between INTERNAL SD CARD and Internal storage.

    Aug 18, 2014 · In your case: your Internal SD Card is your entire phone storage, where your system, data and frameworks are placed. Internal Storage is the part of your Internal SD Card, which you can …