Question
TouchGFX: Stuck in assert function of getBlockForTransfer(Rect& rect)
- June 30, 2025
- 2 replies
- 430 views
Hello,
I have an STM32F777 with FreeRTOS and TouchGFX. An ST7789V2 display is controlled via SPI with a partial framebuffer. After a certain time the TouchGFX task gets stuck in the function “getBlockForTransfer(Rect& rect)” in the line “assert(state[sendingBlock] == DRAWN);”(File: FrameBufferAllocator.hpp).
Has anyone ever had something like this? How can I isolate the error why this happens?
The screenshot shows the point where the task hangs.
