User Activity

I am using the STM32H743VITX MCU and TouchGFX with the display (800x480px) in a single buffer format with RGB565. The framebuffer size is calculated to be 750KB; however, the MCU does not have a contiguous 750KB region in RAM. I am exploring ways to ...
I am having trouble finding how to change the interval of the major gridlines dynamically. I am using the scrolling graph and have implemented dynamic Y-axis range, but I want to be able to change the intervals of the gridlines as well. Is this possi...
I have a dynamic graph set to scrolling. When I call graph.clear(); it will set the initial graph back to my range 0-100, but once it starts scrolling it instantly jumps to the last highest value being the start of the new range instead of continuing...
My project is fully working with touchgfx and FreeRtos; however, I need to add in a printf("%f") statement. Whenever I use %f i get the following error: assertios "REENT malloc succeeded" failed: file "/build/gnu-tools-for-stm32_12.3 .rel1.20240926-1...
I have been using 1.16 workspace on cube IDE but today upon opening, the convert to C++ option was missing.I have tried updating to 1.17 but no help.Any Ideas?