User Activity

Keil projects shows an error when I add more than 65 screens in the project (works fine with less than or equal to 65 screens). I checked this multiple times by creating multiple new projects and even multiple versions of cubemx and touchgfx designer...
I am using freeRTOS , there are two threads one is for TouchGFX gui task and other for my main task.I have given 4096*4 bytes of stack for each task and heap size in freeRTOS config is 65536Now, when I declare a string controller freezes. I want to ...
I have one base application and have multiple applications and want to open close these multiple apps without closing a master application. All of them are created as an individual touchgfx project. Like in windows form application we open exe app...
I want to use a slider which will be on master screen and then this slider can be slided/accessed on all screens in my application. I know I can add slider on every screen but is there any way to avoid that? I want to use same slider across all the s...
I have NUCLEO-F767ZI 216Mhz and a SD card breakout board. I am using cube mx 5.2.0 and FW_F7_V1.15.0 for code generation. I want to read/write in a file on a sd card. I have enabled SDMMC1 (SD 4 bit wide bus) in cube mx and also enabled FATFS middlew...
Kudos from