Part Number: AFE882H1
Hi,
For AFE882H1, when CS pin is pulled down, AFE chip do not respond. When used while SPI communication, AFE chip responds. What could be reason? Pull down value 10k resistor.
Regards, Anurag
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.
Part Number: AFE882H1
Hi,
For AFE882H1, when CS pin is pulled down, AFE chip do not respond. When used while SPI communication, AFE chip responds. What could be reason? Pull down value 10k resistor.
Regards, Anurag
Hi Anurag,
The AFE882H1 requires a gated SPI frame. CS must have a rising edge to latch the data inputted on the frame.
Thanks,
Paul
The AFE882H1 will not latch any SPI data until a rising edge of the CS line is detected. The device will latch the most recent 24 or 32 bits of data on the rising edge of the CS line. The device ignores all other data on CLK and SDI until CS is low again. So every frame of SPI data must be gated by the CS being low, but the CS line cannot stay low indefinitely.

Hi,
Thanks!
Why it is different from standard SPI where CS can be kept low (continuous) and communication can be established. Is there any specific reason for this?
This device features options for daisy-chaining and CRC checksums in the transactions. This means that the device must be informed when the frame is complete for it to latch without misinterpreting the data.