User Activity

Hello,I am experimenting on a STM32H7S78-DK board with a custom UI.Sometimes the board looks like frozen and inspecting with the debugger I always find that the core is running, but GUITask is waiting for nema semaphore.The call originates from nema_...
Hi,how is supposed to work rendering of objects set as "not visible"? My layout is composed of several containers/objects whose visibility is turned on or off at runtime.I've noticed that rendering time is high also when objects are hidden, as if the...
Created a simple .ioc based on STM32H733 (the same happens with STM32F429) with software packs SEGGER.I-CUBE-embOS and STMicroelectronics.X-CUBE_TOUCHGFX.Components enabled with default configs (see attached file).As per https://support.touchgfx.com/...
Hello,when generating code from CubeMX for STM32H733ZGTx setting PB13 as OCTOSPIM_P1_IO2, the following code is output:GPIO_InitStruct.Alternate = GPIO_AF4_OCTOSPIM;This won't compile as the correct definition is GPIO_AF4_OCTOSPIM_P1CubeMX v. 6.1.1FW...
Code generation for STM32L051 will create an empty crc.c file when using latest firmware (1.11.2). Actually, the file exists, but MX_CRC_Init() function body is empty.CRC module is activated and changing parameters does not generate any code.Everythi...
Kudos from
Kudos given to