MMC/SD in SPI mode


Closed Thread
Results 1 to 6 of 6
  1. #1
    Damyus's Avatar
    Damyus Guest

    Default MMC/SD in SPI mode

    I have a question regarding addressing the data stored on a MMC. Is there anyway to know exactly where the data is stored? Is there some way to recover the address where my MP3 file starts?

  2. #2
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Damyus
    I have a question regarding addressing the data stored on a MMC. Is there anyway to know exactly where the data is stored? Is there some way to recover the address where my MP3 file starts?
    I would highly suggest checking out the GHI website for ALFAT SD. The file chip makes working with SD and MMC cards a breeze, and you can even buy a board with the chip and SD card connector on board. After working with MMC and SD card systems and trying to get them to work with the changing Windows platforms, this chip is worth every penny.

    Ron

  3. #3
    Damyus's Avatar
    Damyus Guest


    Did you find this post helpful? Yes | No

    Default

    Thanks for the suggestion Ron... but the ALFAT looks a little outta my price range

    Let me rephrase the question: When you drag and drop files in windows onto an MMC card (using a standard MMC card reader), is there any way to figure out the starting address of these files or the specific address locations of the files? I am involved in an MP3 player project and am trying to use an MMC to store the MP3 files, and eventually use a PIC to transfer the data through an MP3 decoder chip.

  4. #4
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    There are some pretty neat data readers out there, where you can look at the files in their raw state, exactly as they are written to the storage media. I would format a card and put a simple .txt file on it. After which use one of these programs to open it up and examine the structure. The reason to start with a .txt file, is it is one of the simplest structures, and should be the easiest to orient yourself to the inner workings of the storage device. Check www.compsys1.com. Last I checked there was a file reader on that sight.

  5. #5
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    I couldn't find it on Compsys1 website...But here are two hex editors that will do the same thing for free, or if you like it, very inexpensive.
    www.hhdsoftware.com
    www.sb-software.com/hexeditor/

    Both should disect the file of interest, with little bloodshed, and no unpleasant formaldehyde smell!

  6. #6
    Damyus's Avatar
    Damyus Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Ron Marcus
    I couldn't find it on Compsys1 website...But here are two hex editors that will do the same thing for free, or if you like it, very inexpensive.
    www.hhdsoftware.com
    www.sb-software.com/hexeditor/

    Both should disect the file of interest, with little bloodshed, and no unpleasant formaldehyde smell!
    wow man thanks a lot that should help a ton

Similar Threads

  1. Winbond ISD1700 Voice Recorder
    By RFEFX in forum mel PIC BASIC Pro
    Replies: 58
    Last Post: - 22nd April 2014, 10:00
  2. Using SPI with External Interrupts
    By shaiqbashir in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 29th June 2008, 04:08
  3. 16-bit SPI problem
    By shaiqbashir in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th June 2008, 15:42
  4. Oscillator stops when touching with a wire
    By Wilbert Ingels in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 25th April 2008, 08:51
  5. How to configure SPI in PICBASIC PRO?
    By moogle in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 15th April 2007, 18:31

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts