Frequently loading a Dynamic Graph or Static Graph will freeze TouchGFX's screen and render it inoperable.
Frequently entering and exiting a screen with Graph in it, touchgfx will end up frozen on image2's screen and not fully loaded into image1's state.
Program run process:
xxxScreenViewbase::xxxScreenViewbase ---> xxxScreenView::xxxScreenView ---> xxxScreenPresenter::activate -x-> handleTickEvent --> Load Data to Graph
After the program runs to xxxScreenPresenter::ctivate no longer have any action.
Chip : STM32F29BI
DataPoint Number : 420.
FrontendHeap::getInstance()::instance Address : 0x2002a334
FrontendHeap::getInstance()::instance Size : 20724 Byte
FreeRTOS : osThreadDef(touchgfxTask, Task_touchGFX, osPriorityNormal, 0, 0x4000);


