Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Demon; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    36,375

    Re: MMC/SD card initialization

    You're welcome.

    This was research for my future use of SD cards. That sample code is perfect.
  2. Replies
    16
    Views
    36,375

    Re: MMC/SD card initialization

    CE_GOOD Con 0 ' No error
    CE_ERASE_FAIL Con 1 ' An erase failed
    CE_NOT_PRESENT Con 2 ' No device was present
    CE_NOT_FORMATTED Con 3 ' The disk is of an...
  3. Replies
    16
    Views
    36,375

    Re: MMC/SD card initialization

    Did you go through the little test program?


    ' Name : sdfs3.pbp
    ' Compiler : PICBASIC PRO Compiler 2.6 (PBPL only)
    ' Assembler : MPASM
    ' Target PIC : PIC16F4550
    ' Hardware :...
  4. Replies
    16
    Views
    36,375

    Re: MMC/SD card initialization

    Did you notice this part?
  5. Replies
    16
    Views
    36,375

    Re: MMC/SD card initialization

    Kept on going through the pages of threads and found this one:
    http://www.picbasic.co.uk/forum/showthread.php?t=10397&highlight=sd+card

    They point to MeLabs samples (that we probably already have...
  6. Replies
    16
    Views
    36,375

    Re: MMC/SD card initialization

    ' This section defines a specific short (8.3) filename
    ' Note that spaces are use in empty elements and must be upper case for Windows
    FAT_FileName[0] = "T"
    FAT_FileName[1] = "E"...
Results 1 to 6 of 6