MDMA slower than Memcpy and much more noisy
Using STM's MDMA example, I setup a simple loop to transfer an array of 1000 bytes 100 times.
The code worked but the MDMA transfer were causing glitches on the VDD rail.
I then compared it to memcpy, and to my surprise found that it was around 18% faster than MDMA, and did not generate the nasty glitches on the VDD rail.
Instruction caching is enabled, data caching disabled.
Is this behaviour as expected?
