You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working with LTC6811 through linux-embedded-hal on rpi3 and stumbled upon a problem: measurements always give ChecksumMismatch when done in NoPolling mode.
I am not sure but it seems that in NoPolling mode CS pin get high while thread sleeps for time required for adc to measure. After it gets low again 6811 does not respond.
Anyone else experiencing this on other platforms or with other chip?
The text was updated successfully, but these errors were encountered:
Hello, thank you for the effort.
I was working with LTC6811 through linux-embedded-hal on rpi3 and stumbled upon a problem: measurements always give
ChecksumMismatch
when done in NoPolling mode.I am not sure but it seems that in NoPolling mode CS pin get high while thread sleeps for time required for adc to measure. After it gets low again 6811 does not respond.
Anyone else experiencing this on other platforms or with other chip?
The text was updated successfully, but these errors were encountered: