필터 지우기
필터 지우기

is simulink support for Aurix TC297 microcontroller for Model Based Design

조회 수: 5 (최근 30일)
Manohar Varma
Manohar Varma 2020년 6월 25일
답변: Venkatesh Chilapur 2021년 11월 11일
I want to develop a software using model based design. Is there any compatibility with Aurix TC297 microcontroller?
  댓글 수: 1
Parin Shah
Parin Shah 2021년 10월 14일
Hi Manohar,
Did you find the solution for your question? I am planning to do PIL with TC29XT controller from Aurix. I could not find any available packages for this controller which would be compatible with MathWorks.
My main concern is to read/write values from/to this controller and have a test coverage results at the end of PIL.

댓글을 달려면 로그인하십시오.

답변 (1개)

Venkatesh Chilapur
Venkatesh Chilapur 2021년 11월 11일
Hi Manohar,
There can be following approaches (Option 2 or 3 in your case):
  1. The board or the MCU is already supported by MATLAB/Simulink: In this case you can go ahead and model the application including the device driver blocks that will also be available. Additionaly you can also run the model in PIL/External mode to verify the model before a final executable is genertaed which in this case will be directly deployed to the target board.
  2. The board or the MCU is NOT supported by MATLAB/Simulink: In this case you can go just focus on the MATLAB/Simulink to model your Algorithm part alone. You can then generate the code for this algorithm. Please note, you will then have to integrate this Algorithm code with device specific files in an IDE or something similiar. Then you can generate the executable. This is called Algorithm Export Workflow.
  3. You can or work with MathWorks Consulting to develop own target support in MATLAB/Simulink: In this approach you can leverage our documented workflow to create a custom target that will enable you to generate the Full Executable from within MATLAB/Simulink. You can also leverage MathWorks Consulting paid services for the same.
Regards,
Venkatesh C

카테고리

Help CenterFile Exchange에서 Simulink PLC Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by