arduino-dataflash icon indicating copy to clipboard operation
arduino-dataflash copied to clipboard

Support for Atmel Dataflash for the Arduino

Results 17 arduino-dataflash issues
Sort by recently updated
recently updated
newest added

I am using an AT45DB161E. After reviewing the manual I can not find any significant difference to the AT45DB161D Sector erase works correctly with blocks 1 to 15 and **not...

Hi! I'm trying to interface an Arduino Leonardo to an AT45DB041E, but I seem to never be able to write to it, as it always gets stuch waiting for the...

Hi, i am trying to interfacing AT45DB041D with arduino uno. I am trying to upload pagetest code from your library, but i am unable to get any result on serial...

bug

I'm using a Teensy 3.1 and a AT45DB161D. For some reason, the very first status code read from the chip always returns 0. This causes the dataflash library to misinitialize...

bug

I've used the library with a AT45DB011D and an Uno successfully, but when using with a Mega2650 I get nothing returned from the read status register command. I found I...

see https://www.arduino.cc/en/Reference/SPISettings

enhancement

Add tests to validate address computation. Maybe do this in the form of a set of unit tests.

enhancement

Write a proper README and fill the wiki with examples.

Add return values so that we can check for invalid arguments (for example when the chip has only one buffer). See #17

enhancement

Reading the datasheet for the AT45DB04D chip it talks about padding the stream with 4 "dont care" bits in between the opcode and the page address: **Main Memory Page Read**...