Tool/software:
I’m trying to use the LDC1101 with a Raspberry Pi 4 Model B, but the device seems stuck in reset mode. The Status Register keeps reading 0x00 (reset mode), and it doesn’t change to 0x02 (active mode), even when I set the FUNC_MODE register to 0x02.
I've already tried these:
- Double-checked the SPI connections (SCK, MOSI, MISO, CS).
- Set the FUNC_MODE register to 0x02 for active mode.
- Verified the 3.3V and GND connections are correct.
- Tried resetting the device multiple times, but it stays in reset.
Here are the issues I'm experiencing:
- Status Register is stuck at 0x00.
- Inductance Data is always 0.
Has anyone faced this problem before? Any tips on what might be causing the LDC1101 to stay in reset mode, or what I might be missing in the setup?