User Activity

I used cubemx to configure the DMA2D,LDTC ,DSIHOST, GFXMMU,and FreeRTOS. I have two threads configured as follows const osThreadAttr_t Logic_ProcessTask_attributes = { .name = "Logic_ProcessTask", .priority = (osPriority_t) osPriorityBelowNormal, .st...