mirror of https://github.com/ARMmbed/mbed-os.git
Use the RTC for the low power ticker on L073RZ
Due to a bug the LPTIM peripheral can cause interrupts to fire at the wrong time on the NUCLEO_L073RZ. This patch switches the backend of the low power ticker to the RTC until this bug is addressed.pull/9785/head
parent
d901c51056
commit
4bead9220d
|
@ -3127,7 +3127,7 @@
|
|||
},
|
||||
"lpticker_lptim": {
|
||||
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
||||
"value": 1
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
"macros_add": [
|
||||
|
|
Loading…
Reference in New Issue