data transfer speeds
Posted on April 14, 2014 at 21:23Hi all, i'm dissapointed from transfer speeds on STM32F407 @ 168MHz core, i'm measuring roughly 10.7MHz using FSMC with the code: runTIM_stoptime();do{ hh=fsmc_read( 0 );}while( (ui32--) > 0 );stopTIM_stoptime();USA...