1.10 Memory Driver Synchronous - SST26 QSPI Flash Read Write
This example application shows how to use the Memory driver in synchronous mode to perform block operations on the SST26 QSPI flash media.
Description
This application uses multi instances of the Memory driver to communicate with the SST26 QSPI Flash memory in synchronous mode of operation in RTOS Environment. It performs block Erase/Write/Read operations on the flash media. The application consists of two tasks which are called in the RTOS thread context:
APP_SST26_Tasks() : Performs operations on the SST26 QSPI/SQI Flash Memory.
APP_MONITOR_Tasks(): Monitors the state of above two Tasks.
Downloading and Building the Application
To clone or download this application from Github, go to the main page of this repository and then click Clone button to clone this repository or download as zip file. This content can also be downloaded using content manager by following these instructions.
Path of the application within the repository is apps/driver/memory/sync/mx25l_at25df_read_write/firmware.
To build the application, refer to the following table and open the project using its IDE.
Project Name | Description |
---|---|
sama5d29_curiosity_freertos.X | MPLABX project for SAMA5D29 Curiosity Development Board |
Setting Up AT91Bootstrap loader
To load the application binary onto the target device, we need to use at91bootstrap loader. Refer to the at91bootstrap loader documentation for details on how to configure, build and run bootstrap loader project and use it to bootstrap the application binaries.
Setting Up the Hardware
The following table shows the target hardware for the application projects.
Project Name | Description |
---|---|
sama5d29_curiosity_freertos.X | SAMA5D29 Curiosity Development Board |
Setting Up SAMA5D29 Curiosity Development Board
- Connect the USB_A port on board to the computer using a USB-C type cable.
- Make sure that the jumper J10 is connected
Running the Application
- Build and program the application using its IDE
- LED blinks when the data read from memory matches with the data written in it.
Board | LED Name |
---|---|
SAMA5D29 Curiosity Development Board | RGB_LED (Green) |