cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use a TFT LCD (320x480x2) with only 512K SRAM of STM32F767II?

pabian
Associate III

I will use FreeRTOS and TouchGFX with STM32F767.

I have TFT LCD (320x480x2 bytes). RGB565

Can I display using only SRAM (512KB) ?

1 REPLY 1
Peter BENSCH
ST Employee

Let's calculate: RGB565 uses 16bit, so the graphics will occupy 320*480*2=300KB.

It should work if you only use one graphics frame and keep an eye to the remaining RAM.

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.