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

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 30

  • @MadroEurope
    @MadroEurope Месяц назад

    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

  • @sadeghmollaii9873
    @sadeghmollaii9873 Год назад +4

    You are the best

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

  • @ab96546ijjh
    @ab96546ijjh Год назад +5

    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?

  • @berlinraj8149
    @berlinraj8149 5 месяцев назад

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

  • @armochim
    @armochim 20 дней назад

    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

  • @kevinperillo
    @kevinperillo 10 месяцев назад

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

  • @puneethu123
    @puneethu123 5 месяцев назад

    What is editor that you are using for reading the pdf

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

    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.

  • @fernando.liozzi.41878
    @fernando.liozzi.41878 Год назад +1

    Gracias por compartir tu conocimiento. Saludos!

  • @Aerelektronik
    @Aerelektronik 5 месяцев назад

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

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

  • @arif-l1y3p
    @arif-l1y3p 10 дней назад

    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

  • @wegi9621
    @wegi9621 Год назад +2

    Thanks!

  • @amitkorgounkar2267
    @amitkorgounkar2267 Месяц назад

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

  • @levanhieu2358
    @levanhieu2358 Год назад +2

    Thank you

  • @Gamer212Xtreme
    @Gamer212Xtreme 22 дня назад

    NICE!

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

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