MCXAxxx FlexSPI Flash driver source project
=================================================

This project provides all files required to create a generic
flash driver for the FlexSPI flash memory available on the
FRDM-MCXA577/MCXA287 boards.

Project configurations

1) Debug
      - produces a test version of the flash driver that can
        be run within the MCUXpresso for VS Code debug environment.
        This configuration builds the flash driver wrapped by an
        interface that mimics the interface used by LinkServer
        when programming a project executable into flash.

2) MCXA2TS_FlexSPI (Release)
      - produces MCXA2TS_FlexSPI.cfx - the actual flash driver file used
        by LinkServer to program the FlexSPI flash.

3) MCXA2TS_FlexSPI_S (Release)
      - produces MCXA2TS_FlexSPI_S.cfx - the driver for secure region.

4) MCXA2TS_FlexSPI_alias (Release)
      - produces MCXA2TS_FlexSPI_alias.cfx - the actual flash driver file used
        by LinkServer to program the FlexSPI flash, alias region.

5) MCXA2TS_FlexSPI_alias_S (Release)
      - produces MCXA2TS_FlexSPI_alias_S.cfx - the driver for secure alias region.

The code is based on the mcxromapi_flexspi_nor example from MCXA577 SDK.
