spiReadFlashDemo Example

The read flash example (spiReadFlashDemo directory) shows how to read data from the SPI flash device on the development board. The software reads 124K of data starting at address , which is the default location of the user binary in the flash device. The application displays messages on a UART terminal:
Read Flash Start
Addr 00380000 : =FF
Addr 00380001 : =FF
Addr 00380002 : =FF
...
Addr 0039EFFE : =FF
Addr 0039EFFF : =FF
Read Flash End