Part Number: ADS8584S
I'm trying to sample 4 channels at around 100ksps using an ADS8584S in serial mode with an STM32H7 microcontroller. I got it working fine at low sampling rates (accurately sampling a dc voltage) and briefly at 100 ksps it was putting out accurate data into my spi buffer, but after I tried to add some signal processing code the data stopped making sense. I looked on the scope and it was still outputting bits on the clock edges I was providing, but those bits didn't change in response to the voltage at the analog inputs. It kept doing this even after I reverted my code to the working version from earlier. I'm wondering if there's some kind of shutdown mode or error message that's causing this? Thanks so much!

