Dear Chris and TI Community,
I am wondering about using ADS1256EVM without MMB0 board as I did with ADS1258. Based on my previous experience I have collected the pins that I should use.
Would you mind check this list below, maybe I miss something important.
For Digital Communication: SPI Clock Speed 2MHz | CPOL = 0 | CPHA = 1
- J2.3 - SPI CLK
- J2.7 - SPI CS
- J2.11 - SPI DI
- J2.13 - SPI DO
- J2.15 - DRDY
Power Suppy:
- J5.3 - +5VA
- J5.5 - DGND
- J5.6 - AGND
- J5.9 +3.3VD
Switches:
- S1 Switch - Left
- S2 Switch - Left
- S3 Switch - UP - OnBoard Low Common-Mode
- S4 Switch - Left - OnBoard
Jumpers:
- J6 - Right
- J8 - Down for Manual CS
Finally I can communicate with the device successfully.
Questions:
Calculate Voltage value from ADS1256EVM.
- Calculate the 2Vref/(((PGA^23) - 1)) : I am using EVM, so the Vref is constant 2.5V. Is it correct? I did not find any information how to read Vref from ADS1256. (ADS1258 has a feature to get Vref, thats why I am confused.) Anyway, when I build my own PCB I can not guarantee the 2.5V, so how to correct this?
- On the page 24 in the datasheet, Equation 3 shows how to get the output format in Binary Two's format. Vref here is the same constant 2.5V and alpha, beta values are located on the datasheet as a look-up-table value. OFC and FSC come from the self-calibration process and read out from the right register position. OFC0-2 | SFC0-2
OFC should remain in Bin2's format during the calculation? - Convert the 2. step (Bin2's) code to real value and multiply by the 1. step data, then the result will be Voltage unit.
Would you mind take a look at the sequence above?
Thank you in advance!
Cheers,