Embedded coder with Toshiba Arm core MCU

1 view (last 30 days)
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.

Accepted Answer

Antonin
Antonin on 13 May 2022
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!