W25Q FLASH Memory || Part 1 || How to connect Device and Read ID

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 30

  • @MadroEurope
    @MadroEurope 2 หลายเดือนก่อน

    Fabulous tutorial from ControllersTech, thank you for sharing, making life easier for us engineers 🙂

  • @ZOLDAIOQUE88MADACI
    @ZOLDAIOQUE88MADACI ปีที่แล้ว

    OMG FINALLY the tuto that I have been waiting for....really thanks a lot

  • @ab96546ijjh
    @ab96546ijjh ปีที่แล้ว +6

    Hello. please help how to run this chip with qspi on stm32h750. I can write and erase information in this flash, but I can't run a program from this chip. I watch your previous videos but could not get this flash to work. thanks for your work.

    • @chrisp.401
      @chrisp.401 11 หลายเดือนก่อน

      I'm having the same issue, did you end up finding a solution?

  • @kevinperillo
    @kevinperillo 11 หลายเดือนก่อน

    Can you make a video about QSPI with SRAM? Seems to be a gap on TH-cam. Haven't found a single video about it.

  • @blcouz
    @blcouz ปีที่แล้ว +1

    I tried to make an external loader for f446re using quad spi (dual mode), but I could not reach a result. I'm waiting for a video about it.

  • @sadeghmollaii9873
    @sadeghmollaii9873 ปีที่แล้ว +4

    You are the best

  • @berlinraj8149
    @berlinraj8149 5 หลายเดือนก่อน

    How did you set the prescaler value to 32? EXPLAIN?

  • @puneethu123
    @puneethu123 5 หลายเดือนก่อน

    What is editor that you are using for reading the pdf

  • @fernando.liozzi.41878
    @fernando.liozzi.41878 ปีที่แล้ว +1

    Gracias por compartir tu conocimiento. Saludos!

  • @Галичанскийсифилис
    @Галичанскийсифилис ปีที่แล้ว

    Hello.Did you try to connect stm32 and NAND FLASH ?

  • @DevendraGuptaProfile
    @DevendraGuptaProfile ปีที่แล้ว

    Hi please make a series on NXP S32K3 series controllers there are none available.

  • @armochim
    @armochim 27 วันที่ผ่านมา

    hello all, I just copied the code and I found that cubeide is findiing some errors: 1) 1rst problem is that if I copy the code for read routine as uint32_t W25Q_ReadID(void) the compiler throws an error saying that is can't return values in a void process. When I removed the void everythyng works (apparently) but the ID value is = 16777215 in the live expression. It's not hexadecimal and it has no relationship with the manufaturer ID table. It's not just a matter of convertion decimal to hex.I'm using the w25q64jv flash chip. Any advice??Thanks for the tutorial

  • @skl2189
    @skl2189 ปีที่แล้ว

    Which OS do you use? Looks beautiful.

    • @LawlessSentry
      @LawlessSentry 7 หลายเดือนก่อน

      He's using Linux with KDE Plasma desktop environment. Manjaro usually comes with KDE out of the box, but you can install it yourself with other distros. Just requires quite a bit of tinkering.

  • @axramar1992
    @axramar1992 ปีที่แล้ว

    Need Help in storing Audio files (MP3,AMR,WAV) in 16MB flash memory and play using ESP32 wroom 32D, which software and programmer Do I need to use to store Audio files on W25Q64FV or similar winbond flash memory ?
    I am currently using Arduino IDE, I can detect SPI chip ID,using Basic arduino SPI flash code,Please Help.

    • @N_OR_
      @N_OR_ 11 หลายเดือนก่อน +1

      U could upload files from a USB to flash memory using an Arduino/ESP32, you’ll need to create a program that can read binary data from the USB over serial port , process it, and then write it to the flash memory.

    • @axramar1992
      @axramar1992 11 หลายเดือนก่อน

      @@N_OR_ any Example code?

  • @Aerelektronik
    @Aerelektronik 5 หลายเดือนก่อน

    Hello, can you please help me how to copy M30626fhpgp chip?

  • @amitkorgounkar2267
    @amitkorgounkar2267 2 หลายเดือนก่อน

    why did the total block are set to 32
    #define numBLOCK 32

  • @wegi9621
    @wegi9621 ปีที่แล้ว +2

    Thanks!

  • @levanhieu2358
    @levanhieu2358 ปีที่แล้ว +2

    Thank you

  • @MrCkkwok456
    @MrCkkwok456 4 หลายเดือนก่อน

    Thank you very much. I learn quite a lot from the vedio. But when I go to the web page to download the code, my anti-virus program stops me and say that the web page has virus.

    • @ControllersTech
      @ControllersTech  4 หลายเดือนก่อน +1

      There is no virus whatsoever. Please rest assured.

    • @MrCkkwok456
      @MrCkkwok456 4 หลายเดือนก่อน

      Thank you very much for your reply.

  • @MsSuperasdfghjkl
    @MsSuperasdfghjkl ปีที่แล้ว

    Why baud rate is 2.5M ??? Can it be anything???

  • @Gamer212Xtreme
    @Gamer212Xtreme 29 วันที่ผ่านมา

    NICE!

  • @arif-l1y3p
    @arif-l1y3p 17 วันที่ผ่านมา

    I copied qspi.c and qspi.h file and the main.c file but when i run my code it hangs on this line " if(CSP_QSPI_Read(Readbuf, 0, 100)!= HAL_OK) Error_Handler();" even after pressing the STEP OVER button in cubeide window