Embedded coder with Toshiba Arm core MCU

조회 수: 4 (최근 30일)
Ahmed Ahmed
Ahmed Ahmed 2022년 5월 6일
답변: Antonin 2022년 5월 13일
Hi , I'm not a software engineer but i used to generate code with matlab and simulink for target hardwares .
Currently , I'm using Toshiba MCU TMPM370FYFG ARM Cortex M3 for some motor control applications and I know that MATLAB Coder, Simulink Coder, and Embedded Coder®generate ANSI®/ISO® C/C++ code that can be compiled and executed on ARM® Cortex®-M processors
. How are MCU internal hardware peripherals appear in the generated code without MCU hardware support package like the existing supported packages for Texas , ST and other MCUs supported by matlab-simulink embedded coders.

채택된 답변

Antonin
Antonin 2022년 5월 13일
Hi Ahmed Ahmed,
We don't have peripheral support for toshiba processors.
The best way to work with these processors is to generate plain C code from your Simulink algorithms that you can include in your existing IDE project.
I hope it helps,
Thanks,
Antonin.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by