Introduction of the Code Composer Studio
DOI:
https://doi.org/10.35925/j.multi.2020.4.17Keywords:
signal processor, signal processing, C/C , Code Composer Studio, software development, program optimizationAbstract
The first step in implementing signal processor applications is to test the functional operation of the algorithm. Once we are convinced that it fully fulfills the required task, the second step, implementation, can follow. In the vast majority of cases, this is done in a high-level C / C ++ language. We are not yet optimizing at this stage of development. If the code works completely flawlessly and runs at the right speed, no further refinement is needed, we’re done with the development. Code Composer Studio is a state-of-the-art, user-friendly integrated development environment. Simplifies and accelerates the development process for embedded signal processing applications. It provides tools for configuring, building, tracking, and analyzing programs, and includes program development and optimization tools. With this publication, I want to introduce this versatile functionality of Code Composer Studio.