2016-05-11 01:51 AM
Hello! Can anybody explain how to calculate SDRAM memory bandwidth, please? One example.
2016-05-11 04:25 AM
Hi dmitriev.artyom,
I recommend that you take, as a start, the Hal example ''FMC-SDRAM_DataMemory'' in at this path: STM32Cube_FW_F7_V1.3.0\Projects\STM32756G_EVAL\Examples\FMC\FMC_SDRAM_DataMemory Then, you can calculate the time spent using Systick. -Hannibal-2016-05-11 08:28 AM
That wasn't the question.
The question asks how to calculate the bandwidth based on the configuration options, ie width, cycles, sequential/non-sequential access and functionality of the FSMC from design perspective, not an experimental/observation perspective.