Using Matlab Simulink mit CCSLINK for a Texas Instruments DSP using Code Composer Studio 3.3, I came up accross the previosly described issue:
When typing cc = ticcs in Matlab Simulink, I received the error message: “Error reading Code Composer Setup information. Code Composer may not have been correctly installed”.
This problem is now solved thanks to the support in this forum and it came out that it was some Admin right issue: it is not enought to be logged in as administrator, but the application cc_app.exe explicitly needs to be executed as administrator.
But after solving this first problem, I came along a second one:
When now typing ticcs, I obtain the following error message:
??? Error using ==> util_detectConfigErrors at 34
Error map is empty.
Error in ==> C:\Program
Files\MATLAB\R2007b\toolbox\ccslink\ccslink\TICCSLinkPkg\@ticcs\initializeTiccs.p>initializeTiccs at 29
Error in ==> C:\Program
Files\MATLAB\R2007b\toolbox\ccslink\ccslink\TICCSLinkPkg\@ticcs\ticcs.p>ticcs.ticcs at 62
Anyone with any ideas what may be the problem?