Author |
Message |
Topic: FAT.c init function is not working ... |
Arjun
Replies: 11
Views: 15536
|
Forum: General CCS C Discussion Posted: Mon Oct 18, 2010 12:02 pm Subject: FAT.c init function is not working ... |
Thanks Andrew ,
Just want to tell you, you really helped me a lot and its working fine.
Thanks a lot.
|
Topic: FAT.c init function is not working ... |
Arjun
Replies: 11
Views: 15536
|
Forum: General CCS C Discussion Posted: Mon Oct 18, 2010 3:02 am Subject: FAT.c init function is not working ... |
Thanks Andrew ,
am using PIC18F67 and 2 GB kingstone SD card.
CCS is new ver ie CCS 4.1,i am able to see raw memory in which i can notice my file name in there.
waiting for ur inputs.... |
Topic: FAT.c init function is not working ... |
Arjun
Replies: 11
Views: 15536
|
Forum: General CCS C Discussion Posted: Mon Oct 18, 2010 12:31 am Subject: FAT.c init function is not working ... |
Thanks Andrew for help...
#use spi(MASTER,CLK=MMCSD_PIN_SCL, DO=MMCSD_PIN_SDO, DI=MMCSD_PIN_SDI, BITS=8, MODE=3, STREAM=MMCSD_SPI, FORCE_HW)
For FORCE_HW its giving error.
I tested my c ... |
Topic: FAT.c init function is not working ... |
Arjun
Replies: 11
Views: 15536
|
Forum: General CCS C Discussion Posted: Thu Oct 14, 2010 8:32 am Subject: FAT.c init function is not working ... |
can anybody know the solution.....
Is anybody there who can confirm me that they are able to create a file read/write in SD card using fat32 lib files. |
Topic: FAT.c init function is not working ... |
Arjun
Replies: 11
Views: 15536
|
Forum: General CCS C Discussion Posted: Tue Oct 12, 2010 5:08 am Subject: FAT.c init function is not working ... |
Below is my code structure please can anybody suggest what might be the problem.
I am using PIC18F67 and 2 GB SD card.
(I am able to read write to raw memory of SD).
step1:
#define MMCSD_PIN_SC ... |
|