Is there any supported code generation package for the Tiva C TM4C123GH6PM in Simulink environment ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there any supported code generation package for the Tiva C TM4C123GH6PM in Simulink environment ?
It does, It's possible to generate a code, but it takes lots of time to optimize, modify, and build it on the board. Moreover, it's conventionally known that a supported package for a certain platform should provide some direct interfaces like PIL operation and external mode communication.
Draw NO conclusions from the fact that Robert (et moi) have requested forum developers to ADD a, "TAG DELETE upon EXCESS" button!
You can try the Embedded Coder Target for Energia, which supports Tiva TM4C123G and MSP-EXP430G2 LaunchPads. This includes Simulink library blocks, but also requires Embedded Coder to generate and deploy code.
Of course, you can always use Embedded Coder to generate ANSI/ISO C code and import that into you CCS project - this workflow applies for nearly every TI MCU.
-Brian