NVM example for AVR XMEGA.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include <board.h>
#include <compiler.h>
#include <gpio.h>
#include <sysclk.h>
#include <nvm.h>
#include <status_codes.h>
#include <conf_example.h>
Macros | |
#define | FLASH_ERASED 0xffff |
Variables | |
uint16_t | buffer [FLASH_PAGE_SIZE/2] |
Memory buffer to use during testing. More... | |