Need help Arduino SPI programming W25Q80BV

Have a look at this very recent thread. We're discussing storing data on a Winbond chip. I've posted a couple of pieces of code that read from and write to a W25Q64 device.

The first uses a low level library to do basic reads and writes and the second uses the SerialFlash library written by Paul Stoffregen.