Problem 1. Opening controlSUITE does not display properly, only one File option is displayed
Solution: After investigation, it was found that when controlSUITE was normal, it was not exited by clicking the X button, but by File->Exit. The above problem would occur when the software was opened again. Delete the .metadata in C:\ti\controlSUITE\eclipse\workspace. It is very convenient to solve the problem. I hope more people will see it.
Question 2: When I open a main.cfg file 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 opening the main.cfg file in the project, I followed the steps in the documentation to open the Compensation Designer GUI. The GUI failed (stopped working) and reported the problem event name CLR20r3.
Solution: The reason is that the Window .Net Framework version is a bit low. My version is 4. Uninstall the old version and download Window .Net Framework 4.5 from the Windows official website. After installing it, the problem is solved.
Question 4. After opening TI Resource Explorer in Project->Examples in CCS and trying to import a project into CCS, an error message pops 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 CCS through 'Preferences > CCS > Build > Compilers'.
Solution: This is because the compiler tool version defined by some sample projects (v15.12 here) is not installed in CCS. Under Help->Install New Softwares, select Code Generation Tools Updates... in the Work with column, find the required version of the compiler and install it.
|