Giter Club home page Giter Club logo

Comments (3)

rsankar1996 avatar rsankar1996 commented on September 7, 2024 1

Hi @albertomercurio, are you still facing the issue?. I had faced same issue with MT25QL512 drivers, but solved after changing dummy cycle parameter inside function uint8_t CSP_QSPI_EnableMemoryMappedMode(void). Currently it will be set to 10, try changing to 8 and see the result.

What I followed for solving this issue:

You can get device datasheet from: mt25ql512 datasheet

In the driver code, command-address-data is set 1-1-4 which is for extended SPI, and dummy cycle set for 10 which is for Quad spi mode (Page 37 in datasheet). As per datasheet, dummy cycle config for extended SPI should be 8.

from stm32-external-loader.

milom avatar milom commented on September 7, 2024 1

Hi @albertomercurio, are you still facing the issue?. I had faced same issue with MT25QL512 drivers, but solved after changing dummy cycle parameter inside function uint8_t CSP_QSPI_EnableMemoryMappedMode(void). Currently it will be set to 10, try changing to 8 and see the result.

What I followed for solving this issue:

You can get device datasheet from: mt25ql512 datasheet

In the driver code, command-address-data is set 1-1-4 which is for extended SPI, and dummy cycle set for 10 which is for Quad spi mode (Page 37 in datasheet). As per datasheet, dummy cycle config for extended SPI should be 8.

Thanks! this was perfect for me!

from stm32-external-loader.

EmbeddedAyoub avatar EmbeddedAyoub commented on September 7, 2024

Hello Guys,

I am having an issue with the MT25QL512 embedded in the STM32H750_DK. I tried the same code from ST MOOC but didn't work, I tried also all possible configurations but no news. Do you have an idea what could be the issue? BTW, my problem is that I can't communicate with the Memory.

Thanks,
Ayoub

from stm32-external-loader.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.