eeram5v 2.0.0.0
|
EERAM5V Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EERAM5V Click example.
This example show using EERAM click to store the data to the SRAM ( static RAM ) memory. The data is read and written by the I2C serial communication bus, and the memory cells are organized into 2048 bytes, each 8bit wide.
The demo application is composed of two sections :
EERAM driver initialization.
Writing data to click memory and displaying the read data via UART.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |