Resolved! Cannot get BDMA (DMA channel) to work, but DMA works (DMA stream)
Hello, trying to get DMA transfer to work.This does work fine: //INIT DMA static void MX_DMA_Init(void) { /* DMA controller clock enable */ __HAL_RCC_DMA1_CLK_ENABLE(); /* Configure DMA request hdma_memtomem_dma1_stream1 on DMA1_Stream1 *...