Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Utilities/lpbam/STM32U5/stm32_ll_lpbam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @94xhn,
Would you mind removing this change?
because we have another proposition above

}
}

/* Set value to be written */
Expand Down