STM32L562 MEM2MEM DMA complete interrupt delayed
Hello. I'm struggling with DMA on that specific MCU. I'm using MEM2MEM to transfer data from RAM to GPIOD, triggered by TIM3 interrupt. Here's my init code:void MX_DMA_Init(void) { /* DMA controller clock enable */ __HAL_RCC_DMAMUX1_CLK_ENABLE();...