sqiflash
2.0.0.0
|
SqiFlash Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
uint8_t | device_manufac |
uint8_t | device_type |
uint8_t | device_id |
char | wr_data [10] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10 , 0 } |
char | rd_data [10] |
SqiFlash Click example.
This is an example that demonstrates the use of the SQI FLASH Click board.
The demo application is composed of two sections :
SQI FASH Driver Initialization, initializes the click by setting mikroBUS to approprieate logic levels, performing global block unlock and chip erase functions, reads manufacturer ID, memory type and device ID and logs it on USB UART teminal.
Writing data to click memory and displaying the read data via UART.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
void application_task | ( | void | ) |
void main | ( | void | ) |
uint8_t device_id |
uint8_t device_manufac |
uint8_t device_type |
char rd_data[10] |
char wr_data[10] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10 , 0 } |