TI C2000 F28379D support package: Mathworks implementation of IPC and how to interface with hand-code ?

조회 수: 5 (최근 30일)
Hi,
I'm trying to interface via the IPC communication a hand-coded appication running in cpu01 and a generated-code application running in cpu02 of a F28379D microcontroller.
To simplify the generated-code side I use Mathwors IPC transmit and receive block, but I have trouble understanding how Mathworks implements the IPC communication. Does Mathworks provide a library to simplify the implementation of this protocol on the hand-coded side? Is there any documentation that describe the implementation (channels, memory sections to use...)? If none of the above exist, can you please give me the list of the required sources to add to my hand-coded project to be able to send/receive data from the generated code running in cpu02?
Regards,
Vincent.

답변 (1개)

Mark McBroom
Mark McBroom 2023년 2월 5일
Rather than trying to write the IPC code for your hand-written application, a better approach might be to creaet a Simuilnk model for cpu01. This model will have the IPC block and the C Caller block to call the handwritten code with signal lines connect the IPC block to the relevant signals in the C Caller block. https://www.mathworks.com/help/simulink/ug/integrate-ccode-ccaller.html#

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by