Skip to main content
Caan
Associate III
February 24, 2023
Solved

Low Framerate in STM32F429i Disco With 7" TFT 800x480 LCD (RGB)

  • February 24, 2023
  • 1 reply
  • 1142 views

I have setup STM32F429i Disco With 7" TFT 800x480 LCD (RGB) and 18 Bit Interface but I am getting very low frame rates as shown in video

This topic has been closed for replies.
Best answer by Peter BENSCH

Correct, at least the STM32F7, even faster with the STM32H7.

If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.

Good luck!

/Peter

1 reply

Peter BENSCH
Technical Moderator
February 24, 2023

Welcome, @Caan​, to the community!

In the STM32F429I-DISC1 with such extensive graphics, the STM32 has to work with external memory. In addition, the external memory bus and the clock frequency are still a bit limited on the STM32F429. All data traffic must therefore be squeezed through this pinhole, which leads to the observed slow behaviour.

With younger STM32s such as the STM32H7, the effect should be much weaker to imperceptible.

Does it answer your question?

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Caan
CaanAuthor
Associate III
February 24, 2023

Thanks for your reply, I got it, The memory MCU bandwith is limited so we need to select a faster MCU like STM32F750 To interface 800x480 (18 bit RGB), Right!

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
February 24, 2023

Correct, at least the STM32F7, even faster with the STM32H7.

If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.