Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I just upgraded my C2000Ware to the latest 3.03 version today and upon doing so it broke my existing compiled code, giving me an error saying that CLA_0_SOFTINTEN and CLA_0_SOFTINTFRC are undefined. I then tried importing a new empty driverlib project in using the newer C2000Ware...it built initially when the project was empty, but once I copied my code over from the previous project it once again broke in the same way. Now when I look down in the hw_cla.h file for the drivelib I see that it does define those parameters, but only if a CLA2 type is declared, which this device doesn't have. I am at a loss for how this is supposed to compile properly with the driverlib like this.