Author |
Message |
Topic: I2C timeout for master |
xa4
Replies: 6
Views: 10474
|
Forum: General CCS C Discussion Posted: Wed Oct 29, 2008 9:39 am Subject: I2C timeout for master |
Greetings,
I have the same problem as Ringo but the pullup resistors (4k7) are present on my master circuit board..
Any ideas ?
Thank you ! |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Tue Jun 10, 2008 3:08 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
If you have a HPC (PIC18F8722) with the SD/MMC PICTail then I can send you an image you can test.
Dear asmallri,
I don't have the standard SD/MMC pigtail as I have designed my own circuit board ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Mon Jun 09, 2008 3:17 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
You might want to check out my file system driver. It concurrently supports FAT12, FAT16 and FAT32. FAT16 and FAT32 have been extensively tested. I generally recommend FAT16 for the PIC because it r ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Fri Jun 06, 2008 7:02 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
I just see the CCS code defaults to FAT32 but I remember reading somewhere the FAT16 is more stable. In FAT.c change to FAT16: /// Define your FAT type here ///
//#define FAT16
#define FAT32
Dear ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Thu Jun 05, 2008 9:27 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
Dear ckielstra,
I removed the code.. sorry about that..
Is it possible to store the files (or format the card) in such a way that I don't need to use apps like WINHEX or DISKEDIT to view the co ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Thu Jun 05, 2008 8:43 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
Dear Indy,
I don't know what happened, I rebooted my computer and everything (almost) works like a charm !!
I could create files and dirs but I couldn't write to the files or access the dirs.. s ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Thu Jun 05, 2008 2:05 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
Dear crystal_lattice,
I think the return carriage character is well understood as it is the only character that isn't echoed back (as specified in the code.. so it is recognized).
But this is no ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Wed Jun 04, 2008 9:46 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
Dear crystal_lattice, thank's for your prompt answer !
Yes, the crystal is running for sure (and the frequency is correct).. also, I commented the line in the example where characters are echoed ba ... |
Topic: weird behaviour of ex_fat.c example - help appreciated :) |
xa4
Replies: 20
Views: 23147
|
Forum: General CCS C Discussion Posted: Wed Jun 04, 2008 9:30 am Subject: weird behaviour of ex_fat.c example - help appreciated :) |
Greetings !
I used the provided ex_fat.c example and changed a few parameters in order to fit to my configuration:
#include <18F8722.h> (my pic)
#use rs232(baud=9600,parity=N,xmit=PIN_C ... |
|