reram 2.0.0.0
|
ReRAM Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ReRAM Click example.
This example demonstrates the use of the ReRAM Click board.
The demo application is composed of two sections :
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.
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.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |