Hi,
From the data sheet, we can read that the ADS1299 might be in status like: POWER-DOWN, STANDBY, NOT-STARTED, STARTED, CONTINUOUS/SINGLE-SHOT etc.
On a device where the START/CLKSEL/PWDN/RESET pins have been statically provisioned so that MCU can rely on SPI commands to control the ADS. Given the fact the MCU might have been rebooted while the ADS device is still running. There is a need for MCU to robustly RESET ads1299 device via SPI commands despite current status of the ADS.
I am currently considering the following command sequences:
- WAKEUP just in case device is in STANDBY state
- RESET
Is the above sequence enough?
Regards,
yf