Purpose
This file contains all the specific code for the basic-norflash-project. It tests the external NorFlash chip connected through the External Bus Interfac (EBI) by erasing and writing each one of its blocks.
Usage
- Configures the EBI for NorFlash access at 48MHz with BOARD_ConfigureNorFlash48MHz().
- Identify norflash chip by detect CFI interface using NorFlash_CFI_Detect().
- Get Norflash device description such as memory size, byte and word configuration, block configurations using various CFI releated functions.
- Erases the specified block of the device using NORFLASH_EraseSector().
- Write data to specified address of the device using NORFLASH_WriteData().
- Read data to specified address of the device using NORFLASH_ReadData().
See also
- norflash : Norflash interface driver. Please refer to the list of functions in the Overview tab of this unit for more detailed information.