Results 42 comments of MooZ

I can't see why reading page 0 fails with pageRead... The only difference with the pageToBuffer+bufferRead combo is the active wait. Maybe this may help: ``` cpp dataflash.waitUntilReady(); // Just...

The Atmel SPI register stuffs are just here to flush any pending interrupts during initialization and to quickly setup SPI registers when we call begin() (in case of multiple SPI...