does simulink work with FreeRTOS?
36 ビュー (過去 30 日間)
古いコメントを表示
I am experimenting at home with IoT devices. Amazon uses FreeRTOS as their IoT OS for devices.
Can I target FreeRTOS from Simulink to create my device control software (and be able to model it in Simulink).
Thanks.
1 件のコメント
Antony Smith
2022 年 10 月 24 日
I see you never recieved a response to this question.
Did you ever manage to figure something out along the Simulink + RTOS functionality.
I'm quite interested in the STM32 applications, if it is supported.
Thank you!
回答 (1 件)
Suraj
2024 年 5 月 14 日
I assume you want to run PIL simulations on a board with FreeRTOS as the operating system.
Simulink should work with FreeRTOS in my opinion. As long as an implementation is provided for the rtIOstream* functions, you should be able to run on the target.
All that is required is to get the application on the target, start it, and communicate. SSH could be one of the options.
I also found a few examples in the documentation and it looks like some boards like TIRM46Lx2 Launchpad and STM32 family are supported. Please refer to the link below,
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!