Skip to content

Commit 4bead92

Browse files
committed
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.
1 parent d901c51 commit 4bead92

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
@@ -3127,7 +3127,7 @@
31273127
},
31283128
"lpticker_lptim": {
31293129
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
3130-
"value": 1
3130+
"value": 0
31313131
}
31323132
},
31333133
"macros_add": [

0 commit comments

Comments
 (0)