STM32F429 Custom TFT Board With 4.3" TFT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 5:53 AM - last edited on ‎2025-01-24 6:23 AM by mƎALLEm
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.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-04 1: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,
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 6:15 AM
Hello,
Are you using TouchGFX for this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 6:17 AM
Hello,
Yes, I am using the Touchgfx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 6:22 AM - edited ‎2025-01-24 6: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 ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 6:34 AM - edited ‎2025-01-24 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-24 7:43 AM
Alright, Thank you for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-27 6:12 AM
No Response till now!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-04 1: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,
ST Software Developer | TouchGFX
