Hello, I have a program that operates stably on the WLCSP package, and now I'm encountering some issues when switching the package to LFCSP.
The current functionality involves monitoring two signals: AIN0 -> Signal 1, AIN1 -> GND, AIN2 -> Signal 2, AIN3 -> GND.
My process is as follows:
- Initialize AD4130
- Switch to Single Sequence Mode
- Continuously check the DOUT/RDY pin until it's at a low potential
- Read the DATA register
- Determining which channel the signal is coming from
- Read the ERROR register
- Switch to standby mode
Repeated steps 2 through 7.
I use a while loop to check the voltage level of the RDY pin, but when I check the RDY pin, the voltage on the RDY pin remains high, causing the program to get stuck in a loop.
Here is the register table after initialization.