STM32F4xx_HAL_Driver  1.8.3
FSMC Low Layer NAND Exported Functions

NAND Controller functions. More...

+ Collaboration diagram for FSMC Low Layer NAND Exported Functions:

Modules

 Initialization and de-initialization functions
 Initialization and Configuration functions.
 
 Peripheral Control functions
 management functions
 
 PCCARD
 PCCARD Controller functions.
 

Detailed Description

NAND Controller functions.

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

    (+) FSMC NAND bank reset using the function FSMC_NAND_DeInit()
    (+) FSMC NAND bank control configuration using the function FSMC_NAND_Init()
    (+) FSMC NAND bank common space timing configuration using the function
        FSMC_NAND_CommonSpace_Timing_Init()
    (+) FSMC NAND bank attribute space timing configuration using the function
        FSMC_NAND_AttributeSpace_Timing_Init()
    (+) FSMC NAND bank enable/disable ECC correction feature using the functions
        FSMC_NAND_ECC_Enable()/FSMC_NAND_ECC_Disable()
    (+) FSMC NAND bank get ECC correction code using the function FSMC_NAND_GetECC()