GithubHelp home page GithubHelp logo

Comments (2)

mateusz-holenko avatar mateusz-holenko commented on September 3, 2024

Hi @hattmt, thanks for reporting the issue.

After looking at the STM32H7 reference manual (https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) we are wondering if the proposed implementation is the optimal way of solving the problem.

Wouldn't just implementing the LTDC_CDSR register as returning consecutive values of 0x1, 0x2, 0x4, 0x8, 0x1, 0x2, etc. on each read be enough? The idea would be to imitate a progress in frame display process over time.

Your solution allows simulated software to move forward, but according to the documentation VSYNCS and VBR flags do not seem to be related to each other; is there any particular reason you decided to implement the logic that way or was it just a configuration that worked for you?

from renode.

hattmt avatar hattmt commented on September 3, 2024

Hi @mateusz-holenko ,

Thank you for your reply.

You are right for the logic i used, it was only for my software simulation , and it is too specific.

So it should be better to immitate the real comportement of this register .

I think that what you proposed to imitate a progress in frame display is the best idea .

from renode.

Related Issues (20)

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.