#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 | |
COMPILER_ALIGNED (32) | |
Application entry point for QSPI_XIP example. Initializes the serial flash and performs XIP. |
This file contains all the specific code for the Qspi_serialflash example.
Definition in file main.c.
#define QSPI_PINS PINS_QSPI |