User Activity

Can I use memory data sections in the SIMULATOR of TouchGFX? I want to add something like{ setError(1); // 1 will be replaced by an unique constant (enum) #if USE_ADD_INFO_FOR_ERROR ADD_INFO_FOR_ERROR(1, "some explanation for error 1"); ...
I have installed STM32CubeIDE + TouchGFX on a Windows 2019 server.It works for my account, but it does not work for other users.Question: Is it possible to install STM32CubeIDE for all users? I mean that other uses do not need to reinstall the softwa...
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...
Kudos given to