User Activity

I want to use the IWDG watchdog with the maximum possible time delay of approx. 30 seconds. As the device cannot be switched off, It has to go into standby mode (HAL_PWR_EnterSTANDBYMode) instead.  The issue here is, that the watchdog would wake it u...
In order to access the QSPI flash, I suspend the Touchgfx task from another thread.The other thread has highest priority. Today the function hang somewhere, maybe at this place: (void) osThreadSuspend( Task_TouchGFXHandle ); while ( osThreadIsSuspen...
There is a nasty behaviour if an overrun occurs with uart communications. I don't know if this happens generally or  with our configuration only (STM32F479NI, RTOS with  CMSIS v1,HAL_UARTEx_ReceiveToIdle_DMA). The Application hangs because endless ir...
Is it safe not do change the touchgfx screen, switch QSPI from and back to memory mapped mode, and only change the screen afterwards? Does Touchgfx access the QSPI only if the screen is switched or does it also access the QSPI if e.g. only a timer va...
After upgrading from TouchGFX 4.21.3 to Touchfx 4.22.0 the project was converted. If I open the touchgfx project the touchgfx designer crashes: Application: TouchGFXDesigner-4.22.0.exeCoreCLR Version: 7.0.122.56804.NET Version: 7.0.1Description: The ...
Kudos from