SAMV71 Xplained Ultra Software Package 1.4

main.c File Reference

#include <board.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include "stdlib.h"
#include "getting_started_hex.h"

Go to the source code of this file.

Defines

#define QSPI_PINS   PINS_QSPI

Functions

int main (void)
 Application entry point for QSPI_XIP example. Initializes the serial flash and performs XIP.

Variables

unsigned char pBuffercode [6612]

Detailed Description

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

Definition in file main.c.


Define Documentation

#define QSPI_PINS   PINS_QSPI

SPI peripheral pins to configure to access the serial flash.

Definition at line 95 of file main.c.


Function Documentation

int main ( void   ) 

Application entry point for QSPI_XIP example. Initializes the serial flash and performs XIP.

Returns:
Unused (ANSI-C compatibility).

Definition at line 116 of file main.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines