2025-01-24 05:53 AM - last edited on 2025-01-24 06:23 AM by SofLit
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
Solved! Go to Solution.
2025-02-04 01:21 AM
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,
2025-01-24 06:15 AM
Hello,
Are you using TouchGFX for this case?
2025-01-24 06:17 AM
Hello,
Yes, I am using the Touchgfx.
2025-01-24 06:22 AM - edited 2025-01-24 06:24 AM
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 ..
2025-01-24 06:30 AM
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.
2025-01-24 06:34 AM - edited 2025-01-24 06:39 AM
@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 ;)
One of the TouchGFX expert can help you on that.
2025-01-24 07:43 AM
Alright, Thank you for the help.
2025-01-27 06:12 AM
No Response till now!
2025-02-04 01:21 AM
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,