ljbeng
Joined: 10 Feb 2004 Posts: 205
|
ex_Fat.c |
Posted: Thu Aug 13, 2009 11:07 am |
|
|
I am trying to use the Ex_fat.c example for an SD card on a PIC24FJ128GA006 demo board from ccs.
What is the difference between:
and
Code: |
main(){
setup_spi(......
|
Do I need both with the 24F device?
Also, this is my first jump into V4.090 and I had a hard time finding a variable that looked like SDC on my screen. I came to find out it was SDO and the text editor was cutting off part of the O to make it look like a C.??? Is there a fix for this? |
|