User Activity

HiI have some wiedgets which are using the registerTimerWidget functionality.My software crashes with an assertion:*** assertion failed: timerWidgets.size() < MAX_TIMER_WIDGETS, file ../../../../framework/source/touchgfx/Application.cpp, line 585The ...
HiI couldn't find a platform toolset library (v143) for visual studio 2022.Do you have any plan on whether this will be provided?Or maybe you already have them and could post them here?Thanks/jimmii
HelloI'm working with a custom HW with a STM32H753 controller.The operating system is Keil RTX and Keil Middleware is used.I have a 272x480 display connected to LTDC (RGB565).I also have ethernet functionality implemented with a LAN8742A PHY and one ...
HelloJust as an information; (@Alexandre RENOUX​ )You added the function OSWrappers::taskYield() when using L8 images.TaskYield() is called in the function setupDataCopy. The problem: setupDataCopy is also called from ISR as you know, TaskYield() is ...
HiI'm using a STM32H753 with external SDRAM connected to FMC.I'm working with Keil and the compiler is armclang.This is my MPU configuration for the SDRAM (base address is 0xC0000000) :MPU_InitStruct.Enable = MPU_REGION_ENABLE; MPU_InitStruct.BaseAdd...
Kudos from