User Activity

Hi, I configured LTDC and TouchGFX properly without using os,I created internal framebuffer and linked it with this code:__attribute__ ((section(".TouchGFX_Framebuffer"), used))uint32_t framebuffer[400*200];However this is not working if I try using ...
Hi, I wanted to configure my F746G Discovery board with LTDC and TouchGFX using framebuffer in internal RAM from scratch. So I configured LTDC based on scheme provided and it works perfectly fine. I am able to display and switch solid colors, displa...
Hi, I would like to ask as I never saw any effective example, how could I effectively update a lot of information from backend to frontend.Lets assume I have 40 variables of difetent types for example uint16_t, int8_t, bool, is there any effective wa...