User Activity

Hello,I saw a not yet reproducable fault at adresses, which are part of the private/vendor-specific memory regions.The fault happend on a STM32H7B0 runnig freeRTOS, ICache + DCache enabled:Causing instruction address: 0x7.... (external flash)Comming ...
Hello,currently we are successfully using an external NOR flash connect via Hyperbus on OCTOSPI1, ClockPort 1 for some time (~1.5 year).We would like to switch to OCTOSPI2 because we want to use the other address area (0x70000000UL instead of 0x90000...
Hello​are there any plans for supporting a specific TouchGFX version for many years like a LTS version?​​Best regard.​
Hi there,I have got an STM32H7B0 processor.I would like to make a part of the AXI (main RAM of application) not cacheable so I don't need SCB_CleanDCache() before/after DMA write/read transaction.But another part of the AXI RAM should be cacheable an...
Im unsure how TouchGFX know if the current touch event is a "click" or a "long press" or a swipe - if it only gets the current position?https://support.touchgfx.com/docs/api/classes/classtouchgfx_1_1_touch_controller#function-sampletouchDo I need ano...