mram
2.0.0.0
|
MRAM Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | 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 6 bytes of buffer data in memory with start address 0x0000. Then reads 3 bytes from memory with start address 0x0002 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 | ) |
void main | ( | void | ) |