mram 2.0.0.0
|
MRAM Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
MRAM Click example.
This example writes and reads from the Mram Click and displays it on the terminal.
The demo application is composed of two sections :
Initializes click driver.
Writes 10 bytes of buffer data in memory with start address 0x0001. Then reads 10 bytes from memory with start address 0x0001 and shows result on USB UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |