From 62778d67bd259bd884adee79ee3d1b7759b06758 Mon Sep 17 00:00:00 2001 From: zibright Date: Wed, 19 Mar 2025 09:38:49 +0800 Subject: [PATCH] update 5-2 --- STM32MP157AAA3/Cortex-M4 5-2/CM4/Core/Src/stm32mp1xx_it.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STM32MP157AAA3/Cortex-M4 5-2/CM4/Core/Src/stm32mp1xx_it.c b/STM32MP157AAA3/Cortex-M4 5-2/CM4/Core/Src/stm32mp1xx_it.c index d594170..a2d8a10 100644 --- a/STM32MP157AAA3/Cortex-M4 5-2/CM4/Core/Src/stm32mp1xx_it.c +++ b/STM32MP157AAA3/Cortex-M4 5-2/CM4/Core/Src/stm32mp1xx_it.c @@ -259,7 +259,7 @@ void TIM3_IRQHandler(void) flag3 = 1; } else if(cnt >= 9995) - cnt = 0; + cnt = 25; /* USER CODE END TIM3_IRQn 0 */ HAL_TIM_IRQHandler(&htim3); /* USER CODE BEGIN TIM3_IRQn 1 */