eeram3  2.0.0.0
Macros | Functions
main.c File Reference

EERAM3 Click example. More...

#include "board.h"
#include "log.h"
#include "eeram3.h"

Macros

#define DEMO_TEXT_MESSAGE   "MikroE - EERAM 3 click board"
 
#define STARTING_ADDRESS   0x1000
 

Functions

void application_init (void)
 
void application_task (void)
 
void main (void)
 

Detailed Description

EERAM3 Click example.

Description

This example demonstrates the use of EERAM 3 click board.

The demo application is composed of two sections :

Application Init

Initializes the driver and performs the click default configuration.

Application Task

Writes a desired number of bytes to the memory and then verifies that it's written correctly by reading from the same memory location and displaying the memory content on the USB UART.

Author
Stefan Filipovic

Macro Definition Documentation

◆ DEMO_TEXT_MESSAGE

#define DEMO_TEXT_MESSAGE   "MikroE - EERAM 3 click board"

◆ STARTING_ADDRESS

#define STARTING_ADDRESS   0x1000

Function Documentation

◆ application_init()

void application_init ( void  )

< Logger config object.

< Click config object.

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )