We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3384cea commit da9b919Copy full SHA for da9b919
targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_iwdg.c
@@ -109,10 +109,8 @@
109
/** @defgroup IWDG_Private_Defines IWDG Private Defines
110
* @{
111
*/
112
-/* Status register need 5 RC LSI divided by prescaler clock to be updated. With
113
- higher prescaler (256), and according to LSI variation, we need to wait at
114
- least 6 cycles so 48 ms. */
115
-#define HAL_IWDG_DEFAULT_TIMEOUT 48u
+/* MBED */
+#define HAL_IWDG_DEFAULT_TIMEOUT 96u
116
/**
117
* @}
118
0 commit comments