How to change the execution mode of the real-time application in slrt from Singletasking to Multitasking?
Show older comments
As shown in the figure below,I create a simulink model that have 3 unrelated tasks. I hope these tasks can simultaneously run on different cores of the target computer cpu. What should I do? I try to build this model into Real-Time Multitasking Execution mode.

As shown in the figure below,I chose the Allow task execute concurrently on target option in the Solver pane. Furthermore,the get_param function return the MultiTasking result.


But, when i load this real-time application into the target and run it. The application execution mode is still Single-Tasking.

So, How to change the execution mode of the real-time application from Singletasking to Multitasking?
Accepted Answer
More Answers (0)
Categories
Find more on Multicore Processor Targets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!