This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi
I have my own design with ADS1291.
By default DRDY pin has signal, also there is some data on DOUT pin. If i STOP Convertion with making START pin Low DOUT make nothing.
These are only things normal.
The problem is SPI comm. I cant read any thing. Im see signal true at DIN, CLK, CS pins. But no response.
Also i cant make STOP Convertion from registers or by sending SDATAC command. ADS do get register wirte commands.
For example i can see 0x20 0x00 0xFF (dummy for read) on DIN pin, and CLK CS seem fine but no response from DOUT.
-------------------------------------------------
I use internal oscillator.
I tried to make CLK output with Config2 Register CLK_EN but ADS didnt get it. No Clk output. So I think, cant write to registers.
SPI Clk is 480kHz
VSS = GND,
VREFP is 0V ( is it a problem ?? )
VCAP2 = 5.35V
VCAP1 = 1.36V
Hello Ferhat,
Is pin 24 connected to ground? The image shows that it is not, but I suppose it could have just been cropped out. Make sure that PWDN/RESET is held high and that, if CLKSEL is low, there are clocks being sent to the device on the CLK pin. In your last post, you were talking about CLK. In that case, did you mean the device master CLK or the interface SCLK?
Brian
Hello Brian
1. Pin 24 is connected to GND, Also Heat Tab under IC connected too as pin 33. I deleted by mistake.
2. ClkSel Concted to VCC with 10K and Internal osc. should work.
3. 480kHz SPI Clk frequency, i tried lover values.
4. PWDN is high, connected to MCU and I make a reset at start up.
Are these values make a sense, are they normal.
VSS = GND,
VREFP is 0V ( is it a problem ?? )
VCAP2 = 5.35V
VCAP1 = 1.36V