The code for the ADS1292ECG-FE was written using Code Composer studio 4.0.2. Since then, CCS has been updated and may cause problems for users attempting to compile the existing code. The Steps below should fix the problem -

Setup needed for building the ADS1x9x firmware using the new version of CCS (5.2.0) is as mentioned below (There is only one step needed!)

Project Properties --c/c++ Build -- Predefined Symbols

                       You will see two pre-define names like “__MSP430F5529__” and “__MSP430F5529” as in Image-1.

                       Delete the second pre-defined name “__MSP430F5529”, save the settings and build the project as in Image-2