Skip to main content
Explorer II
January 10, 2024
Question

Corrupt image on STM32F750 running TFT at 1024*600 tft

  • January 10, 2024
  • 3 replies
  • 1807 views

Hi

    This topic has been closed for replies.

    3 replies

    Graduate II
    January 10, 2024

    Ok, but what should it be displaying? From 9 months ago, doing a wipe? One frame buffer, or two?

    Show some static image, or print / scroll some text. That's illustrative of the failure, and describe it.

    It's going to be hard to determine what's wrong with the code, parameters and settings from a video

    Technical Moderator
    January 12, 2024

    Hello @Caan,

    Could you please verify the display timings parameters?

    I recommend you take look to AN4861 LTDC application examples section and to  LTDC  examples may help you to solved your issue.

    Thank you.

    Kaouthar

    CaanAuthor
    Explorer II
    January 17, 2024

    I Disabled the MPU and recompiled the code and figured that the transitions became better, But Not Perfect.

    Graduate II
    January 17, 2024

    how do you try to convert the image, are you reading it from SD card or loaded into flash ?

    see article AN4861

     

    on page 82 there is example how to convert image into HEX file.

    CaanAuthor
    Explorer II
    April 18, 2024

    No, I am directly reading the image from the external flash memory connected with the dk

    Graduate II
    April 18, 2024

    Seems you continue with top secure no info. Your choiced 750 have internal flash only for OS load and run all from external flash = bus overload when in same flash is GUI big load parts. On load app try move objects from flash into SDRAM and cache it before use...