[quote user="Pablo Cottens"]Yes, I rebuilt it. How would I load 5.4 into 5.5? I don't know if I didn't understand wat you're requesting (English not being my first language), or If I don't know how to do that. [/quote]
If you still have the 5.4 installation (or the .out file generated by the 5.4 build), you can manually launch the debugger and then load the .out file using CCS 5.5 (without rebuilding the entire project), by performing these steps:
- right click on your .ccxml file in the Target Configurations view and select Launch Selected Configuration
- atfer you switch to Debug perspective, go to menu Target->Connect Target
- Go to menu Target->Load Program, browse to and choose the .out file (that was built with CCS 5.4)
Let us know if this works.