This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS - Convert back a RTSC project into a normal project

Hello,

In CCS, I have just pasted a .cfg[SYS/BIOS] file into one of my projects and accepted the pop up window asking to convert my project to a Real Time Software Componets project. I clicked OK so it is converted now. 

How could I go back to my previous configuration project? I have tried by deleting the .cfg file but didnt work, still a RTSC tab is shown within the Project -> Properties -> CCS General

Thanks in advance

  • There is no automatic way to do this.  You would have to edit the project files directly which is not recommended.  I just gave this a try on one of my projects and I could not remove the RTSC content from the file and end up with a working project.  You would be best to just create a new project and copy over your source files.

    John

  • I managed to do this successfully just now CCS 6.1.1 with an MSP430 project. I edited the .cproject file (close the project first), and carefully searched for all instances of 'rtsc' and removed the entire TAG they were in. It's an XML file so you have to remove the whole tag (it's also mentioned in parsers, in that case just remove the parser from the list). Good luck.