mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
e7d95f5f2a
commit
d00130ec5e
|
@ -1911,7 +1911,7 @@
|
|||
}
|
||||
},
|
||||
"overrides": {
|
||||
"deep-sleep-latency": 3,
|
||||
"deep-sleep-latency": 4,
|
||||
"init-us-ticker-at-boot": true
|
||||
},
|
||||
"device_has": [
|
||||
|
|
Loading…
Reference in New Issue