aboutsummaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:01:23 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:01:23 -0400
commit6463ae4174d093f3eac4dfc28e234d105484ed0f (patch)
treee8558ce13eb895ad35780b43b6ed8d4433dddbd3 /cfg
parent7fad01e939f72195c3a0af76f878ddb488b545b7 (diff)
sleeponexit; give up on fast clock
Diffstat (limited to 'cfg')
-rw-r--r--cfg/mcuconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h
index 7b25ff4..3905c30 100644
--- a/cfg/mcuconf.h
+++ b/cfg/mcuconf.h
@@ -42,7 +42,7 @@
#define STM32_CLOCK_DYNAMIC FALSE
#define STM32_VOS STM32_VOS_RANGE2
#define STM32_PWR_CR2 (STM32_PVDRT_LEV0 | STM32_PVDFT_LEV0 | STM32_PVDE_DISABLED)
-#define STM32_PWR_CR3 (PWR_CR3_EIWUL)
+#define STM32_PWR_CR3 (PWR_CR3_EIWUL | PWR_CR3_ENB_ULP)
#define STM32_PWR_CR4 (0U)
#define STM32_PWR_PUCRA (0U)
#define STM32_PWR_PDCRA (0U)
@@ -63,8 +63,8 @@
#define STM32_PLLSRC STM32_PLLSRC_NOCLOCK
#define STM32_PLLM_VALUE 2
#define STM32_PLLN_VALUE 8
-#define STM32_PLLP_VALUE 4
-#define STM32_PLLQ_VALUE 4
+#define STM32_PLLP_VALUE 32
+#define STM32_PLLQ_VALUE 8
#define STM32_PLLR_VALUE 4
#define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE STM32_PPRE_DIV4
@@ -206,7 +206,7 @@
* ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 2
-#define STM32_ST_USE_TIMER 2
+#define STM32_ST_USE_TIMER 17
/*
* TRNG driver system settings.