TI CCS & controlSUITE Troubleshooting Log[Copy link]
Problem 1. When controlSUITE is opened, it cannot be displayed normally. Only one File option is displayed. Solution: After investigation, it is found that when controlSUITE is normal, it is not exited by clicking the X button, but by clicking File->Exit. The above problem will appear when the software is opened again. Just delete the .metadata in C:\ti\controlSUITE\eclipse\workspace. It is very convenient to solve the problem. I hope more people can see it. Problem 2. When opening a main.cfg in a CCS project, the powersuite GUI page should appear, but a blank page appears. Solution: Go to Help->CCS APP Center, select GUI Composer, install it and restart CCS. Question 3. I copied a project from controlSUITE to CCS. After clicking on main.cfg in the project file, I followed the steps in the documentation to open the Compensation Designer GUI. However, it failed (stopped working) and the problem event name CLR20r3 was reported. Solution: The reason is that the Window .Net Framework version is a bit low. Mine is 4. I uninstalled the old version, downloaded Window .Net Framework 4.5 from the Windows official website, and installed it. The problem was solved. Question 4. After opening TI Resource Explorer in Project->Examples in CCS, I wanted to import a project into CCS, but an error message popped up: Error: Import failed for project 'cpu_timers_cpu01' because its compiler definition is not available. Please install the C2000v15.12 compiler before importing this project - click 'View > CCS App Center' to check if compiler updates are available, or install the compiler manually and register it with Solution: This is because the compiler version defined by some sample projects (v15.12 in this case) is not installed in CCS. Under Help->Install New Softwares, select Code Generation Tools Updates... from the Work with drop-down list. Find the required version of the compiler and install it.