Other Parts Discussed in Thread: TMS320F280049
Hello,
I have a microcontroller, that communicates with an ADS8354. I want to change the configuration to:
RD_DATA_LINES = 1,
INPUT_RANGE = 1,
REF_SEL = 1.
Therefore I have to send the following word to the ADS to change the configuration: 1000110010000000b + 0x00h (32bit total)
After sending this configuration, I want to check if the configuration is right and send: 0011000000000000b + 0x00h + 0x00h (48bit total)
The ADC answers in the next Frame with: 0000010000000000b + 0x00h + 0x00h (48bit total)
That means only the configuration of RD_DATA_LINES was set. I would expect that RD_DATA_LINES , INPUT_RANGE and REF_SEL are all set.
What am I doing wrong?
Legend:
A (SPI_A) is the SOMI line,
SIMO (SPI_A_IN) is the SIMO line.
CS1 is chip select and CS2 is not relevant in this case.
Thank you very much
Sebastian