diff --git a/Utilities/lpbam/STM32U5/stm32_ll_lpbam.c b/Utilities/lpbam/STM32U5/stm32_ll_lpbam.c index 8abf3be0f..116f4a432 100644 --- a/Utilities/lpbam/STM32U5/stm32_ll_lpbam.c +++ b/Utilities/lpbam/STM32U5/stm32_ll_lpbam.c @@ -1498,6 +1498,11 @@ LPBAM_Status_t LPBAM_LPTIM_FillStructInfo(LPBAM_LPTIM_ConfNode_t const *const pC pDescInfo->Request = LPDMA1_REQUEST_LPTIM3_UE; } } + else + { + /* Set LPTIM update event request */ + pDescInfo->Request = DMA_REQUEST_SW; + } } /* Set value to be written */