spiWriteFlashDemo Example

The read flash example (spiWriteFlashDemo directory) shows how to write data to the SPI flash device on the development board. The software writes data starting at address , which is the default location of the user binary in the flash device. The application displays address and data messages on a UART terminal:
Write Flash Start
WR Addr 00380000 : =00
WR Addr 00380001 : =01
WR Addr 00380002 : =02
...
WR Addr 003800FD : =FD
WR Addr 003800FE : =FE
WR Addr 003800FF : =FF
Write Flash End