Skip to main content
Associate II
August 26, 2024
Question

memory limit question

  • August 26, 2024
  • 2 replies
  • 891 views

There was an issue where the screen froze due to too many packages. Is there a way in TouchGFX to check the memory limit for a screen and the amount of memory each package uses to evaluate the number of packages that can be used?

2 replies

ST Employee
August 28, 2024

Hello @yu_jay ,

I dont fully understand the question, what do you mean by "package" ? And you are running on target or in the simulator ?

Best regards,

Louis B.

yu_jayAuthor
Associate II
October 28, 2024

 

 

  1. In this context, does "package" mean how many toolkits are used in a single screen before causing errors?
  2. Under what conditions could the attached error occur?

 

 

ST Employee
November 19, 2024

Hello @yu_jay ,

I dont understand what you mean by package/toolkits, are you talking about the widgets (TextArea, Box etc ?), if so the "memory limit" depends on the setup you have. You have to calculate the objects you have and see if you have enough RAM available.

The message you have is too generic it can be a lot of things.

Best regards,