Skip to main content
Epamuk
Associate III
March 2, 2021
Question

Is freertos Preemtion for touchgfx?

  • March 2, 2021
  • 0 replies
  • 577 views

Hi,

I have a project for STM32L4R9AI and I have analog and digital clock screens. When I set configUSE_PREEMPTION to 0 my code is stuck. Some tasks are working but my_clock_task and model tick doesnt work.

If I set configUSE_PREEMPTION to 1 , everything is ok.

I want to work without preemtion . Is it a compulsory situation to make configUSE_PREEMPTION=1 for touchgfx?

This topic has been closed for replies.