Hi,
i am trying to use the ADS131A02 with MSP432.
The SPI clock is 12MHz and the the phase is set so data is captured on low edge from clock.
So i am first doing this:
HARD RESET-> WAIT 10ms -> Send UNLOCK SPI-> WRITE REG SPI_->Send WAKEUP SPI-> Send LOCK SPI
Always when i write to the REG the ADS131A02 is outputing at DOUT 0xFF02, so this means 0xFF that the device is lock and 0x02 the device channel number right?
I am using a 32Bit configuration, asynchronous interrupt and hamming so M0/M1/M2 are set HIGH
To UNLOCK i am sending 0x06550000 on SPI since my deivce word length is 32Bits.
Why is the device not unlocking?