Skip to content

Commit d00130e

Browse files
committed
Increase STM32 default deep sleep latency to 4ms
Recent measurements have shown that the total wake-up latency can be more than the 3ms initially set. It was measured as 3,7ms on DISCO_L475VG_IOT01A target and 3,1ms on NUCLEO_L073RZ target. So set it to 4ms to be on the safe side.
1 parent e7d95f5 commit d00130e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@
19111911
}
19121912
},
19131913
"overrides": {
1914-
"deep-sleep-latency": 3,
1914+
"deep-sleep-latency": 4,
19151915
"init-us-ticker-at-boot": true
19161916
},
19171917
"device_has": [

0 commit comments

Comments
 (0)