isrtdxcapable - Determine whether target processor supports RTDX™

Syntax

b=isrtdxcapable(cc)

Description

b=isrtdxcapable(cc) returns b=1 when the target processor referenced by object cc supports RTDX. When the target does not support RTDX, isrtdxcapable returns b=0.

Using isrtdxcapable with Multiprocessor Boards

When your target board contains more than one processor, isrtdxcapable checks each processor on the target, as defined by the cc 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.

Examples

Create a link to your C6711 DSK. Test to see if the processor on the board supports RTDX. It should.

cc=ticcs; %Assumes you have one board and it is the C6711 DSK.
b=isrtdxcapable(cc)
b =
   1
  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS
 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS