Author |
Message |
Topic: AD7691 Driver |
gianni_pancrazi
Replies: 0
Views: 25577
|
Forum: Code Library Posted: Wed Feb 21, 2007 10:40 am Subject: AD7691 Driver |
At the end I managed to realize it...
I'm using a 4 wire bus, with CS.
#include<Header.h>
#device *=16
#use delay(clock=16000000)
#use rs232(baud=9600, xmit=PIN_C6, ... |
Topic: spi_clock |
gianni_pancrazi
Replies: 6
Views: 7265
|
Forum: General CCS C Discussion Posted: Thu Feb 15, 2007 10:03 am Subject: ADC Acquisition |
You appear to be mixing hardware and software SPI. That's wrong.
You should use one or the other, but don't mix them.
What are u meaning with mixing Hardware and Software? Could u be more explic ... |
Topic: spi_clock |
gianni_pancrazi
Replies: 6
Views: 7265
|
Forum: General CCS C Discussion Posted: Wed Feb 14, 2007 7:41 am Subject: Controlling AD7691 |
I'm using a differential ADC, from Analog Devices (AD7691). The configuration used is a 4-Wire CS Mode with Busy Indicator (see page 21/28 of the datasheet). With a pull-up on the SDO line, I can get ... |
Topic: spi_clock |
gianni_pancrazi
Replies: 6
Views: 7265
|
Forum: General CCS C Discussion Posted: Tue Feb 13, 2007 7:23 am Subject: spi_clock |
I have to get an output from a 18 bit ADC converter working with SPI-Bus. I'm writing my Program with a CCS-C compiler and I'm working with a PICF4620. I have not a great experience with PIC programmi ... |
|