DMA memory to memory doesn't work
Hi guys im doing a simple 5 byte memory to memory dma transfer with timer update request.
As stm32f407 reference manual said timer8 update is connected to dma2 stream 1.
Here is the timer config by cube.
And the dma cube config:
I started the dma and expecting that when i start timer , destination buffer updates with source memory changes , but there is only a first update at the enable time.
Whats the problem?
Here is the code and debug session:
As you can see the dst is not updated after timer enable.