IDE Link pane does not appear in Configuration Parameters (Matlab 2014a)

1 view (last 30 days)
Hi,
does anyone know why the IDE Link pane does not appear in my Simulink Model? I am using Code Composer Studio v5.
Is it not yet supported by the new Matlab version?
Thanks.

Accepted Answer

Dani Tormo
Dani Tormo on 26 May 2014
Well, I finally got the answer. It seems it changed in newer Matlab versions. I am using 2014a.
The problem was that I was using 'ert.tlc' system target file, when I should be using 'idelink_ert.tlc' in order to utilize the XMakefile feature for CCSv5. The System target file can be modified in the Simulink Configuration Parameters (Ctrl + E) -> 'Code Generation' -> 'System Target File: ' section.
Once this is done, a new tab under Code Generation named Coder Target will appear. There is where they embedded the IDE Link configuration.
Refer to the MatWorks documentation page for more information on how to configure your Simulink model to use the XMakefile feature to build and run embedded software with Code Composer Studio 4 or 5.
Cheers!

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!