STM32F4xx_HAL_Driver  1.8.3

SDRAM Controller functions. More...

+ Collaboration diagram for SDRAM:

Modules

 SDRAM Initialization/de-initialization functions
 Initialization and Configuration functions.
 
 SDRAM Control functions
 
 FMC_LL_SDRAMPrivate_Functions_Group2
 management functions
 

Detailed Description

SDRAM Controller functions.

  ==============================================================================
                     ##### How to use SDRAM device driver #####
  ==============================================================================
  [..]
    This driver contains a set of APIs to interface with the FMC SDRAM banks in order
    to run the SDRAM external devices.

    (+) FMC SDRAM bank reset using the function FMC_SDRAM_DeInit()
    (+) FMC SDRAM bank control configuration using the function FMC_SDRAM_Init()
    (+) FMC SDRAM bank timing configuration using the function FMC_SDRAM_Timing_Init()
    (+) FMC SDRAM bank enable/disable write operation using the functions
        FMC_SDRAM_WriteOperation_Enable()/FMC_SDRAM_WriteOperation_Disable()
    (+) FMC SDRAM bank send command using the function FMC_SDRAM_SendCommand()