Embedded coder with Toshiba Arm core MCU

3 visualizaciones (últimos 30 días)
Ahmed Ahmed
Ahmed Ahmed el 6 de Mayo de 2022
Respondida: Antonin el 13 de Mayo de 2022
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.

Respuesta aceptada

Antonin
Antonin el 13 de Mayo de 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.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by