Skip to content

Commit facf838

Browse files
committed
Disable low power ticker on STM32_L073RZ
Currently LPTIM is disabled on L073RZ by 4bead92 Use the RTC for the low power ticker on L073RZ to work around a hardware bug. But the latency of RTC is too high (a few hundred microseconds), leading to lp_timeout drift test failure. For now, disable low power ticker on L073RZ altogether until LPTIM is fixed and re-enabled.
1 parent c7eb0f1 commit facf838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,6 +3352,7 @@
33523352
"FLASH",
33533353
"MPU"
33543354
],
3355+
"device_has_remove": ["LPTICKER"],
33553356
"release_versions": ["2", "5"],
33563357
"bootloader_supported": true,
33573358
"device_name": "STM32L073RZ"

0 commit comments

Comments
 (0)