QT for MCU
-
I have configured FreeRTOS with the Qt Automotive example and I am able to build and run it successfully using the FreeRTOS kit.
However, I am facing an issue with task scheduling. I am unable to run multiple tasks simultaneously. When one task is running, the other does not execute.
My requirement is to run multiple tasks concurrently under FreeRTOS.
Could you please guide me on the correct approach or best practices for handling this scenario? I would really appreciate your support. -
I have configured FreeRTOS with the Qt Automotive example and I am able to build and run it successfully using the FreeRTOS kit.
However, I am facing an issue with task scheduling. I am unable to run multiple tasks simultaneously. When one task is running, the other does not execute.
My requirement is to run multiple tasks concurrently under FreeRTOS.
Could you please guide me on the correct approach or best practices for handling this scenario? I would really appreciate your support.@Bhaumik_s Qt for MCU being a commercial offer you can also ask QtCompany directly for support.
-
@Bhaumik_s Qt for MCU being a commercial offer you can also ask QtCompany directly for support.
-
When one task is running, the other does not execute.
That is exactly the expected behavior when you have a single core CPU.
Which CPU are you using?
Regards
-
When one task is running, the other does not execute.
That is exactly the expected behavior when you have a single core CPU.
Which CPU are you using?
Regards
-
@Bhaumik_s That looks like a single core CPU. Therefore, only one thread can run at any time.
Regards
-
@Bhaumik_s That looks like a single core CPU. Therefore, only one thread can run at any time.
Regards