Usage of C2000 TI family launch pad F28069M without Embedded coder

3 views (last 30 days)
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?

Answers (2)

Venkatesh Chilapur
Venkatesh Chilapur on 20 Jun 2018
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 on 20 Jun 2018
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!