The Pack Content contains implementations of CMSIS-Flash drivers for the following devices:
Driver | Description |
---|---|
AM29x800BB | Flash interface for Parallel NOR Flash AM29x800BB. This product is discontinued. |
AT45DB641E | Flash interface for SPI Serial DataFlash AT45DB641E. |
AT45DB642D | Flash interface for SPI Serial DataFlash AT45DB642D. |
M29EW28F128 | Flash interface for Parallel NOR Flash M29EW28F128. |
M29W640FB | Flash interface for Parallel NOR Flash M29W640FB. |
N25Q032A | Flash interface for Serial NOR Flash N25Q032A. |
S29GL064Nx2 | Flash interface for Parallel NOR Flash S29GL064N. |
CMSIS-Driver API supports multiple driver instances. The Flash drivers are implemented within a single C module and several driver instances of the same type can be used in a project as follows:
AT45DB641E.c
file as AT45DB641E_2.c
. AT45DB641E_2.c
the values for the flash driver number and SPI driver number need to be configured as shown below: