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.
I'm trying to setup a ADS8330 ADC wit the msp430g2453.
I'm starting out sending: 0xE7FD // write to cfr and setup CFR
Afterwards I'm choosing CH0 : 0x0000
The next I do is to set CONVST (for at least 40 ns) and CS low.
After that I send 0xD000 to read data.
My problem is that my EOC pin does'nt go low after CONVST has gone low.
Besides that i'm getting strange data at the MISO line when i write to the CMR register. (see image)
I posted my code as well and hope some of you guys are able to see what I'm doing wrong.
Thanks in advance