Skip to main content
Hhuan.3
Associate III
December 2, 2022
Question

touchgfx question: Internal ram is not enough for touchgfx to use ;can it be changed to external ram?how to change?

  • December 2, 2022
  • 2 replies
  • 1400 views

..

This topic has been closed for replies.

2 replies

MM..1
Chief III
December 2, 2022

MCU? Any code can use any designed ram, you need handle bus capacity. Use linker section for this.

Hhuan.3
Hhuan.3Author
Associate III
January 14, 2023

thanks for answer;i want to ask another question; Because the project is more complex, ui controls and containers are more, including text and dynamic text are many; HardFault_Handler freezes when adding text or ui images. The current test found that add a few dynamic text definition on crash, delete after normal; Also encountered after adding a picture crash, delete the picture after normal;i use touchgfx the verson is 4.20.0

Hhuan.3
Hhuan.3Author
Associate III
January 14, 2023

thanks for answer;i want to ask another question; Because the project is more complex, ui controls and containers are more, including text and dynamic text are many; HardFault_Handler freezes when adding text or ui images. The current test found that add a few dynamic text definition on crash, delete after normal; Also encountered after adding a picture crash, delete the picture after normal