The page does not appear when text is added.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-08 7:54 AM
Hi,
I designed a screen like the one below. The page works very well in the simulator. However, when I load it into the demo kit (STM32N6570 DK), nothing appears on the screen. When I hide one of the texts, thinking it might be related to the buffer, the screen appears on the kit without any problems.
Increasing the Canvas buffer did not solve the problem. Where can I see the size of all the text icons etc. loaded on the screen? How can I calculate it?
I use a special font in the texts I add. Also, the product will support more than one language. What should I pay attention to regarding size?
I'm sharing my settings.
BR,
Onur
- Labels:
-
TouchGFX
-
TouchGFX Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-09 3:45 AM
Hi,
I see that the following steps during debug crashed.Also there is no problem when running in the simulator. And the size in the attached image looks sufficient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-10 4:27 AM
Hello @Okeskin ,
You say it works when you hide one of the text. Is it any text, just hide one and it works?
You could also try to increase the size of the heap and stack of the RTOS.
If you think you are running out of space you can check the flash saving video and consider reducing your font bpp or set them as vector font.
What are you showing on the second message? You share a screenshot of a break point.
Regards,
Software engineer at ST (TouchGFX)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-10 7:48 PM
Hi Geatan,
When I view one of these two large fonts, the problem disappears. When I debug these fonts while they are all visible, they fall into hardfault as in the attachment. I will try a vector font as soon as possible.
