DMA or FreeRTOS is necessary?

Description

What MCU/Processor/Board and compiler are you using?

STM32F103RCT6 with CubeIDE

What do you want to achieve?

whether it is possible to test lvgl without DMA and FreeRTOS setup
I encountered hard fault when debugging.
I guess that one of possible reasons is the memory overflow. (I’m not sure yet)
It is available to test lvgl without DMA or FreeRTOS setting?
I’ve been able to find related document :frowning:

What have you tried so far?

Test without DMA and FreeRTOS setup

Code to reproduce

none

It depends on what displayer driver you are using, DMA or FreeRTOS is not necessary for driving.

I’m using ST7735, ST7789.
Thnaks!