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
The measure_delayed_vbat function ignores the provided delay parameter and always takes >1024 ms to complete.
Relevant Code
// HACK: we found that no matter what delay we set, the measurement will always take > 1024// ms to complete. We do not know why yet.self.delay.delay_ms(1025).await;
Peripheral
Name: ADC - System Monitor
Relevant Registers:
ADCDELTIMCONF
Action Items
Investigate ADC timing behavior and adcdeltimconf configuration.
Verify if this is a hardware or firmware issue.
Fix timing to respect the delay parameter.
The text was updated successfully, but these errors were encountered:
Description
The
measure_delayed_vbat
function ignores the provideddelay
parameter and always takes >1024 ms to complete.Relevant Code
Peripheral
ADCDELTIMCONF
Action Items
adcdeltimconf
configuration.delay
parameter.The text was updated successfully, but these errors were encountered: