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

Поділитися
Вставка
  • Опубліковано 25 січ 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?

  • @puneethu123
    @puneethu123 5 місяців тому

    What is editor that you are using for reading the pdf

  • @kevinperillo
    @kevinperillo 11 місяців тому

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

  • @berlinraj8149
    @berlinraj8149 6 місяців тому

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

  • @Галичанскийсифилис

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

  • @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.

  • @DevendraGuptaProfile
    @DevendraGuptaProfile Рік тому

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

  • @armochim
    @armochim Місяць тому

    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_ Рік тому +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 Рік тому

      @@N_OR_ any Example code?

  • @amitkorgounkar2267
    @amitkorgounkar2267 2 місяці тому

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

  • @Aerelektronik
    @Aerelektronik 6 місяців тому

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

  • @sadeghmollaii9873
    @sadeghmollaii9873 Рік тому +4

    You are the best

  • @fernando.liozzi.41878
    @fernando.liozzi.41878 Рік тому +1

    Gracias por compartir tu conocimiento. Saludos!

  • @MrCkkwok456
    @MrCkkwok456 5 місяців тому

    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  5 місяців тому +1

      There is no virus whatsoever. Please rest assured.

    • @MrCkkwok456
      @MrCkkwok456 5 місяців тому

      Thank you very much for your reply.

  • @levanhieu2358
    @levanhieu2358 Рік тому +2

    Thank you

  • @MsSuperasdfghjkl
    @MsSuperasdfghjkl Рік тому

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

  • @wegi9621
    @wegi9621 Рік тому +2

    Thanks!

  • @Gamer212Xtreme
    @Gamer212Xtreme Місяць тому

    NICE!

  • @arif-l1y3p
    @arif-l1y3p Місяць тому

    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