Skip to main content
Caan
Associate III
January 10, 2024
Question

Corrupt image on STM32F750 running TFT at 1024*600 tft

  • January 10, 2024
  • 8 replies
  • 1845 views

Hi

This topic has been closed for replies.

8 replies

Tesla DeLorean
Guru
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

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
KDJEM.1
ST 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

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.
Caan
CaanAuthor
Associate III
January 17, 2024

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

MNapi
Senior 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.

Caan
CaanAuthor
Associate III
April 18, 2024

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

MM..1
Super User
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...