Sd card code


Closed Thread
Results 1 to 18 of 18

Thread: Sd card code

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

    I ran your code, it looks like the file SDFS3 that cam with the download, and it compiled fine.
    The only way I can reproduce your error is to try compiling SDFS.

    Using PBPL
    target is 18F4550

    What other errors are you getting?
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    May 2010
    Posts
    21


    Did you find this post helpful? Yes | No

    Default sd card reader

    i don't have the PBPL box in my widow..here are the picture..
    Attached Images Attached Images  

  3. #3
    Join Date
    May 2010
    Posts
    21


    Did you find this post helpful? Yes | No

    Default sd card reader

    i have use the new version of MCS..i'm using the 3.0.0.5 version. but i'm facing a new problem which is this " The Microchip assembler (MPSM) only allows up to 62 character to be used for path and filename".....

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default

    Hi,
    Then simply change the location (path) and/or filename of your sourcefile so that the complete path and filename is less than 62 characters - simple as that.

    As an example, having your source files in project folder in a PIC folder in MyDocuments is bad as the full path might be:
    C:\Documents and Settings\Nurulhaiza\My Documents\PIC\MySDFSProject\Source.pbp which is 78 characters. Moving it to C:\PIC\MySDFSProject\Source.pbp will work as the path and filename now is 31 characters.

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