User Activity

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();...