flash2 2.0.0.0
|
Flash2 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
char | wr_data [10] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10 , 0 } |
char | rd_data [10] |
Flash2 Click example.
This application demonstrates the process of writing and reading data from Flash 2 click memory.
The demo application is composed of two sections :
Flash Driver Initialization, initialization of click by setting mikorBUS to approprieate logic levels, performing global block unlock and chip erase functions.
Writing data to click memory and displaying the read data via UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
char rd_data[10] |
char wr_data[10] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10 , 0 } |