Purpose
This file contains all the specific code for the basic-serialflash-project. It tests the serial firmware dataflash present on the evaluation kit by erasing and writing each one of its pages.
Contents
The code can be roughly broken down as follows:
- AT26 Dataflash write data function.
- AT26 Dataflash read data function.
- AT26 Dataflash erase function.
- Other AT26 functions (such as AT26_GetStatus())
- The main() function, which implements the program behavior.
- Initializes an AT26 instance and configures SPI chip select pin.
- Config SPI Interrupt Service Routine.
- Identifier the AT26 device connected to the evaluation kit.
- Test the dataflash by erasing and writing each one of its pages.
See also
Please refer to the list of functions in the
Overview tab of this unit for more detailed information.