Optimising memset() and memcpy() with DMA (STM32F407)
Posted on June 16, 2014 at 03:15Hi All I have a test were the following 6 operations are performed using standard memcpy() and memset() [working with a byte pointer and a loop]. On an STM32F407 at 168MHz with M2M operations in SRAM. 1. clear 2k byte...