#include <board.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include "stdlib.h"
Go to the source code of this file.
Defines | |
#define | MAXPAGESIZE 256 |
#define | BUFFER_SIZE 512 |
Functions | |
int | main (void) |
Application entry point for SPI with Serialflash example. Initializes the serial flash and performs several tests on it. |
This file contains all the specific code for the spi_serialflash example.
Definition in file main.c.