Microchip® Advanced Software Framework

at45dbx_example.c File Reference

AT45dbx DataFlash Component Example.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "compiler.h"
#include "preprocessor.h"
#include "board.h"
#include "gpio.h"
#include "sysclk.h"
#include "at45dbx.h"
#include "conf_data_flash_example.h"

Macros

#define TARGET_SECTOR   0x00002
 

Functions

int main (void)
 Main function. More...
 
void test_ko (void)
 

Variables

uint8_t ram_buf [AT45DBX_SECTOR_SIZE]
 

#define TARGET_SECTOR   0x00002

Referenced by main().

void test_ko ( void  )

References gpio_set_pin_high.

Referenced by main().

uint8_t ram_buf[AT45DBX_SECTOR_SIZE]

Referenced by main().