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.
pull/11767/head
Laurent Meunier 2019-10-29 14:33:09 +01:00
parent e7d95f5f2a
commit d00130ec5e
1 changed files with 1 additions and 1 deletions

View File

@ -1911,7 +1911,7 @@
}
},
"overrides": {
"deep-sleep-latency": 3,
"deep-sleep-latency": 4,
"init-us-ticker-at-boot": true
},
"device_has": [