1

I have a logic analyzer coming in the mail, but thought I might ask for help here first.

I soldered the 25Q128 flash onto an adapter and wired it up to an Arduino UNO clone as you can see in the images below. I get nonsense data in the serial monitor. The 4 10k resistors are connected in parallel to GND and there are 4.7k resistors on the SCK, MISO, MOSI and CS lines. I am using the TestFlash sketch from the SPIMemory Arduino library by Marzogh. Could it be a bad soldering joint? Or am I missing something?

I used this as a guide also:

https://www.14core.com/wiring-the-winbond-w25qxx-spi-serial-flash-memory-with-microcontroller/

https://www.14core.com/wp-content/uploads/2017/09/windbond-spi-flash-memory-W25Q80BV-8bit-storage-wiring-guide.jpg

Here are some pictures and a diagram.

Setup

Breadboard

Closeup

Arduino

Fritzing diagram

asked Jan 23, 2021 at 17:35
1
  • 2
    That "guide" is bad. You don't want any resistors on MISO. Just connect it direct between the Arduino and the chip. Commented Jan 23, 2021 at 17:48

1 Answer 1

-1

You will be better to buy one of these from aliExpress. enter image description here

here's de pinout connections to an arduino:

  • Pin 1 - CS

  • Pin 2 - D0 (I/O1)

  • Pin 3 - VCC (I/O2)

  • Pin 4 - GND

  • Pin 5 - Di

  • Pin 6 - CLK

  • Pin 7 - VCC (I/O)

  • Pin 8 - VCC

this connection setup does not make use of the full data parallel async I/O, as you can see only I/O1 is connected to D0. This way has much slower data transfers.

Juraj
18.3k4 gold badges31 silver badges49 bronze badges
answered Oct 11, 2021 at 8:11
4
  • what is "pin 1"? Uno TX pin? Commented Oct 13, 2021 at 5:16
  • CS = chip select Commented Oct 13, 2021 at 7:09
  • 1
    I ask what are the pins on the left. Uno pins? you use the TX pin as CS? Commented Oct 13, 2021 at 7:13
  • you can use any digital pin for CS Commented Oct 13, 2021 at 12:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.