MMC/SD card initialization


Results 1 to 17 of 17

Threaded View

  1. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,170


    Did you find this post helpful? Yes | No

    Default Re: MMC/SD card initialization

    Code:
    ' 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"
    	FAT_FileName[2] = "S"
    	FAT_FileName[3] = "T"
    	FAT_FileName[4] = "1"
    	FAT_FileName[5] = " "
    	FAT_FileName[6] = " "
    	FAT_FileName[7] = " "
    	FAT_FileName[8] = "T"
    	FAT_FileName[9] = "X"
    	FAT_FileName[10] = "T"
    This is important.

    Robert
    Last edited by Demon; - 17th April 2016 at 12:57.

Similar Threads

  1. Pin initialization question
    By rocket_troy in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th July 2012, 00:13
  2. SD or MMC card as storage for logging
    By HYETİK in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 16th January 2012, 02:07
  3. Really simple SD/MMC card socket
    By skimask in forum Schematics
    Replies: 12
    Last Post: - 23rd April 2008, 14:38
  4. PIC18F452 bootloader from MMC-card
    By Felch in forum Code Examples
    Replies: 2
    Last Post: - 20th January 2007, 11:26
  5. 18f452 initialization
    By Moldava in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 20th June 2004, 14:46

Members who have read this thread : 0

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

Tags for this Thread

Posting Permissions

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