User Activity

Hi.I using stm32f767zgt6. there is no problem until I add 4 or more widget on the screen:the original screen:the screen:in the middle of scan (?) it goes to hard fault handler!what is the problem?I test it in keil, cubeIDE, touchgfx 4.20, 4.19, 4.18,...
Hi.I am using a custom board using stm32h743iit6. external SDRAM And LTDC work fine separately. touchgfx works fine in "No OS" but when I eanable the FreeRTOS CMSIS_V1 it stops at MX_TouchGFX_Init() Line (It better to say it stops at HAL::initialize(...
Hi guys.I want to make a custom board with STM32H7B0VBT6+MX25LM51245GXDI00.I have some experience in making external loader for different QSPI chips thanks to this tutorial series:https://www.youtube.com/watch?v=YFIvJVsvIsEbut unfortunately it seems ...
Hi.I designed many boards and implemented TouchGFX using several STM32 uC's before...but never used a 100pin uC...So I force to use an admux psram for buffering lcd and other things...I searched a long time and just find two chips of "AS1C4M16PL-70BI...
Hi.I want to use a round switch to switch between several mode for my application...I mean something like this:is it possible?thanks.