Hi everyone,
I'm testing an SST25VF080B flash memory using the Arduino Due. I've tried using the SerialFlash and SPIFlash libraries and all read and write tests seem to fail. Those libraries don't work with this memory?I will try to do the code myself and see what I can find out.
The flash memory IC is connected this way:
!CE -> Due pin 4
SO -> Due MISO
!WP -> 3.3 V
Vss -> GND
SI -> Due MOSI
CLK -> Due CLK
!HOLD -> 3.3 V
Vdd -> 3.3 V
What am I doing wrong?
It could be a defective chip?
Regards,
Danny