| Contents | Index |
Note Support for isrtdxcapable on C5000 processors will be removed in a future version. |
b=IDE_Obj.isrtdxcapable
This function supports the following IDEs:
Texas Instruments Code Composer Studio v3
b=IDE_Obj.isrtdxcapable returns b=1 when the processor referenced by object IDE_Obj supports RTDX. When the processor does not support RTDX, isrtdxcapable returns b=0.
When your board contains more than one processor, isrtdxcapable checks each processor on the processor, as defined by the IDE_Obj object, and returns the RTDX capability for each processor on the board. In the returned variable b, you find a vector that contains the information for each accessed processor.
Create a link to your C6711 DSK. Test to see if the processor on the board supports RTDX.
IDE_Obj=ticcs; %Assumes you have one board and it is the C6711 DSK. b=IDE_Obj.isrtdxcapable b = 1

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |