reram  2.0.0.0
Functions
main.c File Reference

ReRAM Click example. More...

#include "board.h"
#include "log.h"
#include "reram.h"

Functions

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

Detailed Description

ReRAM Click example.

Description

This example demonstrates the use of the ReRAM Click board.

The demo application is composed of two sections :

Application Init

Initializes SPI serial interface and puts a device to the initial state. Data from 0 to 255 will be written in memory block from address 0x0 to address 0xFF.

Application Task

Reads same memory block starting from address 0x0 to address 0xFF and sends memory content to USB UART, to verify memory write operation.

note: Write Enable Latch is reset after the following operations:

Data will not be written in the protected blocks of the ReRAM array.

Author
Nemanja Medakovic

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )