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
Mode selection requires multiple calls to configure mode. Individual bit manipulation of mode register precludes selecting specific modes unless multiple calls made to change mode bits.
In trigger mode to actually power down you need to call setShuntMeasDisable as well as setModePowerDown to enter power down mode.
similar on recovery from power down mode to trigger mode requires calling setShuntMeasEnable, setBusMeasEnable, setModeTriggered then a suitable delay to allow all of the triggered conversion to finalise.
Would be infinitely simpler to enumerate all seven mode and just select the required mode with one function call.
The text was updated successfully, but these errors were encountered:
Mode selection requires multiple calls to configure mode. Individual bit manipulation of mode register precludes selecting specific modes unless multiple calls made to change mode bits.
In trigger mode to actually power down you need to call setShuntMeasDisable as well as setModePowerDown to enter power down mode.
similar on recovery from power down mode to trigger mode requires calling setShuntMeasEnable, setBusMeasEnable, setModeTriggered then a suitable delay to allow all of the triggered conversion to finalise.
Would be infinitely simpler to enumerate all seven mode and just select the required mode with one function call.
The text was updated successfully, but these errors were encountered: