Author |
Message |
Topic: 18F67J50 SPI2 |
chrisa
Replies: 6
Views: 7394
|
Forum: General CCS C Discussion Posted: Fri Oct 30, 2009 1:11 pm Subject: 18F67J50 SPI2 |
Thank you for the help. Although this instance still isn't working, we are seeing a clock and data on the pins. That was the first obstacle. |
Topic: 18F67J50 SPI2 |
chrisa
Replies: 6
Views: 7394
|
Forum: General CCS C Discussion Posted: Thu Oct 29, 2009 11:41 am Subject: 18F67J50 SPI2 |
#define MMCSD_PIN_SCL PIN_D6 //o
#define MMCSD_PIN_SDI PIN_D5 //i
#define MMCSD_PIN_SDO PIN_D4 //o
#define MMCSD_PIN_SELECT PIN_D7 //o
The program uses mmcsd.c written by CCS as the ... |
Topic: 18F67J50 SPI2 |
chrisa
Replies: 6
Views: 7394
|
Forum: General CCS C Discussion Posted: Thu Oct 29, 2009 7:11 am Subject: 18F67J50 SPI2 |
The compiler version is 4.099 |
Topic: 18F67J50 SPI2 |
chrisa
Replies: 6
Views: 7394
|
Forum: General CCS C Discussion Posted: Wed Oct 28, 2009 11:58 am Subject: 18F67J50 SPI2 |
Hello, I'm working with a 18F67J50. I want to interface with an SD card over the SPI2 port (port D pins). I have successfully targeted the 18F6722 and am porting to the J50 because of the need for U ... |
|