cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429 Custom TFT Board With 4.3" TFT

Caan
Associate III

I have designed a STM32F429 Custom TFT Board With 4.3" TFT it is based on 32F429IDISCOVERY MCU + RAM + 4.3" TFT in 16 bit mode and I'm using TouchGFX.

I have few questions.
1) It is possible to remove External RAM from the System.
2) How to limit RAM Usage so as to use the internal MCU RAM only

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Caan,

1) That's out of the touchgfx scope, this more related to linker script/ compilation of your project, your board as very little ram so it's useless.

2) You can try to do some optimization here and there but considering the size of the framebuffer, that's very small savings.

Best regards,

Louis BOUDO
ST Software Developer | TouchGFX

View solution in original post

8 REPLIES 8
SofLit
ST Employee

Hello,

Are you using TouchGFX for this case?

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.
Caan
Associate III

Hello,
         Yes, I am using the Touchgfx.

Ok. Need to tell that in the first post because the answer may differ and your question could be generic not specific (related to TouchGFX).

I'm editing it then ..

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.
Caan
Associate III

I did specified that " I have designed a STM32F429 Custom TFT Board With 4.3" TFT it is based on 32F429IDISCOVERY MCU + RAM + 4.3" TFT in 16 bit mode and I'm using TouchGFX ".
 I would like to know your thoughts on using internal RAM as Frame buffer.


@Caan wrote:

I did specified that " I have designed a STM32F429 Custom TFT Board With 4.3" TFT it is based on 32F429IDISCOVERY MCU + RAM + 4.3" TFT in 16 bit mode and I'm using TouchGFX ".


No. That was my edit ;)

SofLit_0-1737729256293.png

One of the TouchGFX expert can help you on that.

 

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.
Caan
Associate III

Alright, Thank you for the help.

Caan
Associate III

No Response till now!

Hello @Caan,

1) That's out of the touchgfx scope, this more related to linker script/ compilation of your project, your board as very little ram so it's useless.

2) You can try to do some optimization here and there but considering the size of the framebuffer, that's very small savings.

Best regards,

Louis BOUDO
ST Software Developer | TouchGFX