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% fas...