readme.txt - firtest example This firtest example is the same firtest example that was provided in CCS v1.2. This project is the example project that the 'Migrating CCS 1.20/CCS 1.0 Projects to CCS 2.0' application note uses to show the migration process. This readme.txt file will give a brief description of the example and how to get started. Firtest is an example that illustrates how to use a generic FIR interface to create, apply, and delete a FIR filter without being tied to any particular FIR implementation. In the FIR example, we define an IFIR interface which "derives" from IALG. The FIR_TI module implements the following interfaces: IFIR - the FIR filter interface IALG - the XDAS IALG interface (because IFIR derives from IALG) ITRC - the XDAS trace interface ITST - an experimental test interface (see itst.h, tst.h, firtest3.c) The firtest folder can be placed anywhere (A good location if CCS was installed in C:\ti is C:\ti\myprojects). Getting Started: Once placed, Launch CCS v2.0, select Project->Open and select "CCS 1.x Project Files (*.mak)" in the Files of type drop down list and then go to where the firtest folder is located and firtest.mak file. Follow the directions to convert the CCS v1.x *.mak file to a CCS v2 *.pjt file. Please refer to the Application Note to finish the migration process.