Other Parts Discussed in Thread: ADS1148
Hi,
I'm working with a ADS1148 with a PT1000 connencted in order to get a temperature information. I'm still not abe to get a result that could have a sense.
Now I am do the following steps:
- Initialize SPI communication
- Sent RESET command to the ADS1148
- Send Self Calibration Command
- Wait for DRDY going low
- Write the 15 configuration registers
- Delay
- Pull the START pin high to start the conversion
- Send RDATAC command (Read Data Continuously)
- Wait for DRDY going low
- Send NOP command (0xFF)
- Read 1 byte from SPI
- Send NOP command (0xFF)
- Read 1 byte from SPI
(The CS pin is obviously low when a SPI communication is in course.)
Can anyone tell me if the steps above are not correct?
Is there a reason because I'm not able to read out a valid information from the conversion? Perhaps I forgot some steps?
Thank you in advance,
best regards
Andrea S
