User Activity

I would like to rotate my screen 180 degrees, I know that Touchgfx does not support this option but it is possible to do so by modifying the internal registers of the display controller.In my case the display has a resolution of 480x272 and the contr...
We have developed an application with LCD display in which we use TouchGFX and external SPI flash memory, the microcontroller used is STM32G0B0CET6.I wrote an external loader for STM32G070RBT6 (tested and worked) and simply rewrote it for STM32G0B0CE...
Hi everyone,I'm developing a project with stm32G0 and ILI9341 graphics controller, as frambuffer strategy I'm using "Partial Buffer". Everything works fine but occasionally the program crashes and ends up in the _exit() function in syscalls.c.The cau...
Hello,I am using STM32H7B0VBT6 and I wanted to activate the wake up from Standby on PA0 (WAKEUP_PIN1) with rising edge, the code used is the following:PWREx_WakeupPinTypeDef sPinParams = {0};sPinParams.WakeUpPin = PWR_WAKEUP_PIN1;sPinParams.PinPolari...
Hello,i am developing a low power application with STM32H7B0VBT6, there is also a 480 * 272 display operated by Touchgfx.My problem is that after waking up from STOP MODE the LTDC peripheral does not restart and the screen stays still.I enclose the p...