Open Yarulik opened 8 months ago
Hmm, that looks to me something wrong with the connection to the flash chip - (almost) all zeroes for the unique ID fields? Is it definitely a compatible part / soldered correctly? Do you have a logic analyzer that you can scope the data pins with? Also possible that if the reset line from the stm32 to the fpga isn't working the fpga is still asserting some of the SPI pins in confluct with the stm32.
The memory chip is working!
How did you verify this?
I have two memory chips. Okay, I'll check with a logic analyzer
Good day! Sorry for the stupid questions! This is my first FPGA and I'm just starting this journey. I followed your tutorial, but flashed the STM using ST-LINK. I was able to build a binary file after changing .blink/Makefile ARGS := -abc9, changed to -abc and then it compiled. But when flashing the blink firmware in the FPGA, an error appears:
The memory chip is working! What did I do wrong? Maybe I didn't compile one of the binaries correctly?