How to accomplish inter process communication(IPC) when developing dual core application for F2837xD boards?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2018 年 3 月 12 日
回答済み: MathWorks Support Team
2018 年 4 月 18 日
I am a developing a dual core application for TI Delfino F2837xD board and I am using two model approach - one model for each core. Now I want to share data of type 'single' between these two processes. How to accomplish this?
採用された回答
MathWorks Support Team
2018 年 3 月 12 日
Currently Inter Process Communication(IPC) is not supported in TI C2000 support package. The only workaround is to use two model approach and you can use 'Memory copy' block for IPC. Attached is an example that demonstrates how to use 'Memory copy' block to share data of type 'single' between two processes.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!