arduino-dataflash
arduino-dataflash copied to clipboard
Support for Atmel Dataflash for the Arduino
Hi, I'm working on porting your library to Energia (MSP430 Arduino like IDE). Another point : it's a version E (not a D but what are the differences ?) After...
The BufferToPage method currently initiates the ram -> flash transfer and blocks until completion. this should be reversed. the reason the device has two ram buffers is so that you...
Find what are the differences between the D and the new E serie. [AT45DB161E datasheet](http://www.adestotech.com/data/doc8782.pdf)
The Due SPI library has support for auto handling of the chip select. See: http://arduino.cc/en/Reference/DueExtendedSPI It would be good to get the library firstly working on the Due and then...
Methods to be tested: - deepPowerDown - resumeFromDeepPowerDown
As chip erase seems to be buggy, there are suspicions that sector erase may be buggy as well.
Check that the alternative chip erase implementation. [ref](http://blockos.github.com/arduino-dataflash/doxygen/html/group___a_t45___c_h_i_p___e_r_a_s_e___e_n_a_b_l_e_d.html)