Closed kalanda closed 9 years ago
I see the exact same thing here, after upgrade to arduino 1.6.0, SPIFlash_ReadWrite is crashing..
Maybe this fork's commit has solved it: https://github.com/TomWS1/SPIFlash/commit/8c32a312ea52d703bafbe2856222f4847491a513
fwiw, seems like this could be Moteino specific, my fork for WildFire seems to still be working fine in arduino 1.6.0. On the other hand, my fork also has the SPI transaction support stuff integrated. May be worth another look...
@kalanda tried the one from @TomWS1 repo, it can initialize the SPI flash library successfully
There is a pull request https://github.com/LowPowerLab/SPIFlash/pull/9 for @LowPowerLab from @TomWS1 waiting for revision.
This library works perfectly fine on Arduino 1.0.6 but inside the new release 1.6.0 the sketch hangs very soon. Is easy to check using the SPIFlash_ReadWrite example. I think this issue is because of changes on SPI.h library but didn't found any solution.