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.

ADS7953: Can't successfully switch from Auto1 mode to Manual mode to Auto1 mode

Part Number: ADS7953

In our development phase, we are using an ADS7953 in both Auto1 mode and Manual Mode. To set Auto1 mode the following sequence is used:

0x2C00

0xFFFF

0x8000

0x0000

and to switch to Manual mode:

0x1000

0x1000 | channel

0x0000

0x0000

When powered on, going into Auto1 mode as defined works (can read all ports repeatedly) and then switching to Manual mode after works (can select any line repeatedly), however, I cannot revert back to Auto1 mode with any Auto1 sequence combination defined above.

What step(s) may I be overlooking to return to Auto1 mode from Manual mode?