| Embedded IDE Link™ CC | ![]() |
b=isrtdxcapable(cc)
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.
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.
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
![]() | isreadable | isrunning | ![]() |
| © 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 |