Other Parts Discussed in Thread: AFE4400
Hi, I am directly connecting an AFE4400 to a BLE module via synchronous USART (SPI). SPI communication seems to work. I can set all configuration registers and then I can read them back. But when I am reading data from the 6 measurement registers (regs 42-47) SPI randomly reads all 0 (decimal 0) or all 1 (decimal 16777215) at any random register. The scope shows that SOMI is constantly high or low. This happens in both cases a) when reading after an ADC_RDY interrupt and b) when reading with a timer set at 20 ms. I tried various SPI speeds but this did not change the behavior.
I am grateful for any hints.