2015-11-19 11:08 PM
Hi
I need to configure the FSMC in an STM32F4 to the fastest possible read access. I am reading an external FIFO and I need to read it as fast as it is possible. What are the parameters that influence the access speed? I tried several ways but the best I could get was a meager 30M accesses per second. Could somebody help ?Thanks ! #memory-fsmc-fifo2015-11-20 03:17 AM
Using DMA?
Post the relevant FSMC registers' content. JW2015-11-20 09:51 AM
with DMA, I can get 56MHz clock into SRAM ( SRAM is a bit faster) so that would mean 112Mbps.
With software it is a bit slower, i remember same number, around ~30MT/s with lowest timing with no errors