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.

ADS1292 Read and Write Register

Other Parts Discussed in Thread: ADS1292

Hi there,

i am using the ADS1292 EVM and disconnected the SPI wires and connected to an external MSP432 Launchpad. I am using the EVM Firmaware to

program the ADS1292. The Code is working well on the MSP432. 

First for Reading and Writing on the ADS1292, i have setup the SPI SCLK with 1MHz, becouse the ADS1292 needs about 7.8125us to decode and execute.

The Problem is that when i read the Registers they are all 0x00.  Also when i send SDATA before reading and writing.

The MSP432 runs with 48MHz and when using SCLK with 1MHz, i dont need a delay between the bytes.

After the initialisation, the ADS1292 sends DRYB interrupts and i get the values. But the ADS1292 isnt configured in my configuration.

I think the ADS1292 is configured as default and my problem is that i am not able to write the registers properly.

Any idea?