fram6  2.0.0.0
Macros | Functions
main.c File Reference

FRAM6 Click example. More...

#include "board.h"
#include "log.h"
#include "fram6.h"

Macros

#define DEMO_TEXT_MESSAGE   "MikroE - FRAM 6 click board"
 
#define STARTING_ADDRESS   0x01234
 

Functions

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

Detailed Description

FRAM6 Click example.

Description

This example demonstrates the use of FRAM 6 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 - FRAM 6 click board"

◆ STARTING_ADDRESS

#define STARTING_ADDRESS   0x01234

Function Documentation

◆ application_init()

void application_init ( void  )

< Logger config object.

< Click config object.

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )