User Activity

The latest versions of the STM32CubeL4 drivers (1.17.1) and CubeMX (6.5.0) introduce two bugs related to the OSPI and Delay Block Bypass.In stm32l4xx_hal_ospi.c line 383, the MODIFY_REG macro no long clears the DLYBYP bit. It also fails to set it acc...
I'm wondering if there is a way to force TouchGFX to draw an entire screen again. My project uses a DSI display with internal GRAM. To save power, I turn off the display when possible and turn it on only when needed. This of course erases the GRAM so...
I'm using partial frame buffers with CubeIDE 1.5.0 and TouchGFX 4.15. I've found that when updating large portions of the screen, the function touchgfxDisplayDriverTransmitBlock is never called with a height larger than 20 lines, regardless of the fr...
I have a custom board with an STM32L4R9 connected to a display (320x480) with internal GRAM over DSI. I've been successful in configuring and controlling the display using the HAL DSI API. Now I would like to use the LTDC to feed the DSI controller ...
I'm using STM32CubeIDE 1.3.1 with TouchGFX Generator 4.13.0 to create a project using Partial Frame Buffers. I've found a few issues that appear to be related to the code generation template for TouchGFXGeneratedHAL.cpp:The variable blockAllocator is...