-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigating ADS7924 software reset timing #77
Comments
@ryan-summers are the supplies valid through the reset (cf sinara-hw/Booster#366)? |
That's a really good investigative avenue, especially given that the comment on the e2e ticket seems to indicate the reset should occur within 2uS. I'll probe the supply pin next time I get a chance. |
Just as a quick update: TI's representatives indicate that the hardware issue we have may cause longer-than-specified reset conditions due to abnormal current draw through ESD protection diodes. Nominally, the reset should complete within 5uS, so we should investigate if it's our hardware configuration that's causing the issue. From the TI thread:
|
Yes. Also noted in sinara-hw/Booster#366 (comment) |
Currently, the ADS7924 uses a hard-coded 500uS wait cycle to determine when the software reset is done, however issues like #67 indicate this may be a problematic bug.
The exact timing is not specified in the datasheet. A support request has been made to TI here: https://e2e.ti.com/support/data-converters/f/73/t/945550
Wait until we get feedback and then update the code as appropriate.
The text was updated successfully, but these errors were encountered: