How to find the address of stored data on a SD memory card?


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    If you want to get into FAT32???
    http://www.picbasic.co.uk/forum/showthread.php?t=11700
    The new link to the file is near the end of the thread..
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Jan 2009
    Location
    California, USA
    Posts
    323


    Did you find this post helpful? Yes | No

    Default

    Thanks Dave, but I can't use FAT32. The SD card lives inside another device that doesn't play FAT32.

    Still researching my options....


    steve

  3. #3
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    The origional SDFS is FAT16.
    A cool thing about the SDFS32 is if you build your own card reader thingy it will be able to read or write to either one. It detects the format for you.
    Dave
    Always wear safety glasses while programming.

  4. #4
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    699


    Did you find this post helpful? Yes | No

    Default

    mackrackit,

    I have been trying to figure out for a while how to send FAT16 or FAT32 files to a SD memory card like Byte_Butcher is trying to do. But using SDFS seems to do the job. Thank you for your help. I also didn't have any idea what SDFS is for.

    The file SDReadme.txt shows a serial connection between the MCU and the PC computer. Now my question for you, can this serial connection be replaced by a USB connection by using for example a PIC18F4550? Have anybody achieved this SDFS with a USB connection? Thank you all for your help.

    Robert

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    All the serial connection is for is dubugging/monitor want is going on. Once you are happy with the setup all of those lines can be deleted.

    USB... I have not played with USB but I do not see why you could not use it for debugging if the PC has a terminal that will work with it.
    Dave
    Always wear safety glasses while programming.

  6. #6
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    699


    Did you find this post helpful? Yes | No

    Default

    Thank you mackrackit for your response.

    Yes, I guess USB can be used for dubugging and monitor what is going on with the MCU. But, what I really had in mind was to be able to see the information in the SD card through a USB connection as a thumbdrive. This might be a challenging project for me, but like everybody else in this forum I am up to the challenge!

    Robert

  7. #7
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rsocor01 View Post
    Thank you mackrackit for your response.

    Yes, I guess USB can be used for dubugging and monitor what is going on with the MCU. But, what I really had in mind was to be able to see the information in the SD card through a USB connection as a thumbdrive. This might be a challenging project for me, but like everybody else in this forum I am up to the challenge!

    Robert
    That would be an interesting project. Probably make you pull your hair out though...
    I go to walmart and get a SD/USB reader for less than $10. Saves my hair
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Need the code to write to a memory
    By Hamlet in forum General
    Replies: 0
    Last Post: - 20th August 2007, 00:22
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

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