Author |
Message |
Topic: ADS8344 |
jgrauer
Replies: 3
Views: 9711
|
Forum: General CCS C Discussion Posted: Mon Jan 08, 2007 2:08 pm Subject: ADS8344 |
Thanks for your reply.
So before I had two blank bits before the data started streaming, meaning I had to read the SPI bus a third time to get the 16 bits of data. After correcting the SPI mode, ... |
Topic: ADS8344 |
jgrauer
Replies: 3
Views: 9711
|
Forum: General CCS C Discussion Posted: Mon Jan 08, 2007 7:31 am Subject: ADS8344 |
Hi,
I've got the PIC18F452 prototyping board, and I am trying to use a TI ADS8344 analog to digital converter.
My problem is that after sending the control byte to the ADS, I get the data back ... |
Topic: SD card weirdness |
jgrauer
Replies: 4
Views: 5401
|
Forum: General CCS C Discussion Posted: Thu Sep 28, 2006 1:54 pm Subject: SD card weirdness |
Thanks a lot for your help. I think I'll just buy an MMC card instead. I was hoping to have something more or less work out of the box, and it looks like CCS's mmc_spi.c file will do that if I just ... |
Topic: SD card weirdness |
jgrauer
Replies: 4
Views: 5401
|
Forum: General CCS C Discussion Posted: Thu Sep 28, 2006 9:03 am Subject: SD card weirdness |
Thanks for the code, but I'm not sure how to use it. Where do functions(?) like Card, DeselectSD, SD_Flush_SPI, ..., come from?
Is it just a fluke that the MMC initialization file from CCS works w ... |
Topic: SD card weirdness |
jgrauer
Replies: 4
Views: 5401
|
Forum: General CCS C Discussion Posted: Thu Sep 28, 2006 7:52 am Subject: SD card weirdness |
I've been trying the same setup everyone else has been using (http://www.cc5x.de/MMC/ for example), where I have a 3.3V power source to the SD, and then I use voltage dividers to get the PIC outputs d ... |
Topic: SD Card Data Logging |
jgrauer
Replies: 3
Views: 5474
|
Forum: General CCS C Discussion Posted: Thu Sep 21, 2006 9:13 am Subject: SD Card Data Logging |
Hi,
I've just wired up my SD card to my PIC in SPI mode an am about ready to try sending data to it.
It seems from everything I've read that the SD cards like sending and getting information in ... |
|