SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#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

 COMPILER_ALIGNED (32)
int main (void)
 Application entry point for SPI with Serialflash example. Initializes the serial flash and performs several tests on it.

Detailed Description

This file contains all the specific code for the spi_serialflash example.

Definition in file main.c.


Define Documentation

#define MAXPAGESIZE   256

Maximum device page size in bytes.

Definition at line 100 of file main.c.


Function Documentation

COMPILER_ALIGNED ( 32   ) 

buffer for test QSPI flash

Definition at line 111 of file main.c.

int main ( void   ) 

Application entry point for SPI with Serialflash example. Initializes the serial flash and performs several tests on it.

Returns:
Unused (ANSI-C compatibility).

Definition at line 212 of file main.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines