User Activity

I have an exercise scenario in which I have two buffers src and dst, I want to perform DMA memory-to-memory transfer between them. Now I set DMA Stream1 and I use in the code HAL_DMA_Start_IT with the right parameters.The first transfer happen but I ...