Hello, I'm using the ADS8556 in a board where the CONVST signals are set high once it's powered on. I notice that this causes the busy signal to trigger several times before it remains low. I see that the datasheet says this,
"Transitions high when a
conversion has been started and remains high during the entire process. Transitions low when
the conversion data of all six channels are latched to the output register and remains low
thereafter."
But I would think that resetting the ADS would remove the necessity to clear the output register.
When I actually start controlling the ADS8556, I set the CONVSTX signals low, reset the ADS by applying a pulse to the reset pin, and then begin the conversion sequence. However, the busy signal won't become high again.
I tested my code on the eval board ads855xevm and it worked. The only difference here is that the CONVST signals start high and apparently disables/breaks the busy signal.
Can you please advise me on this? Thank you.
( I'm running the ADS in hardware/serial mode)