flash 2.0.0.0
|
Flash Click example. More...
Functions | |
void | enter_data (unsigned char *buffer) |
void | process_wait (void) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Flash Click example.
This example demonstrates the use (control) of the FLASH memory.
The demo application is composed of two sections :
Initializes all necessary peripherals and pins used by Flash click and also initializes uart logger to show results.
Executes memory data writing, reading from the memory to verify data writing operation and sector erasing to clear memory.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void enter_data | ( | unsigned char * | buffer | ) |
int main | ( | void | ) |
void process_wait | ( | void | ) |