M2M DMA Transfert Doesn't allign with the specifications
Hey , New to STM32 Here
I was learning about the different DMA modes, and I came across a study case that compares the time taken by each mode in a DMA memory-to-memory transfer (from Flash to SRAM). Here's the comparison below:

I'm using a Nucleo-F401, and I wrote a simple code to measure the transfer time using a timer, like this:

I was surprised that the results were not as expected — for example, DMA MEM2MEM transfers with word alignment took longer than those with byte alignment. Can someone please explain because this is so confusing
