Usage of C2000 TI family launch pad F28069M without Embedded coder

조회 수: 1 (최근 30일)
Fernando Espitia
Fernando Espitia 2018년 6월 20일
답변: Antonin 2018년 6월 20일
Is it possible to use Simulink and generate and download code to the TI F28069M Launchpad C2000 controllers family with Simulink Coder , Matlab coder , but without Embedded coder?

답변 (2개)

Venkatesh Chilapur
Venkatesh Chilapur 2018년 6월 20일
Yes, you can generate code from Simulink coder/Matlab coder and work with C2000 target. But Embedded coder provides more option for generating optimized code that is true for an embedded system. Hence using embedded coder is recommended as production will need to be optimized/customized.

Antonin
Antonin 2018년 6월 20일
Hi Fernando,
The Embedded Coder Support Package for Texas Instruments C2000 Processors, as the name suggests will only work with Embedded Coder. You can generate generic C code with Simulink coder that you include in your C2000 project, but you will not have the ability to generate an executable in one click, PIL, External mode, Execution Profiling, device drivers (PWM, ADC, GPIO, SPI, I²C, Interrupts, etc.), IQMath Code Replacement library which are features provided with Embedded Coder and the Support Package for TI C2000.
I hope it helps,
Thanks,
Antonin.

Community Treasure Hunt

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

Start Hunting!

Translated by