The CMSIS DSP library also contains examples to demonstrate the use of DSP library functions. It can be downloaded from ARM’s website and comes with examples and documentation. These examples can be built using TI’s Code Composer Studio, which can be downloaded from ti.com/ccs. In order to use CMSIS DSP library, and the examples with TI’s Code Composer Studio, the user will have to first build the library on CCS. TI has an application note that describes the process required to build the DSP library in Code Composer Studio v5. The application note also describes how to use CCSv5 to build, run, and verify the ARM DSP example projects that are included in the CMSIS package. This application note, and several others are available on the TI website. Go to www.ti.com/tiva-c and click on the Technical Docs tab.

