STM32H7 - external SDRAM on FMC - optimal configuration for code execution
We have a STM32H745 MCU, an IS45S16320F SDRAM on the FMC interface, which is used for a Codesys application code execution.This is the SDRAM init:/** Perform the SDRAM1 memory initialization sequence */ hsdram1.Instance = FMC_SDRAM_DEVICE; /* hsd...