User`s guide

isrtdxcapable
Purpose Determine whether processor supports R TDX
Note Support for isrtdxcapable on C5000 and C6000 processors will
be removed in a future version.
Syntax b=isrtdxcapable(cc)
Description b=isrtdxcapable(cc) returns b=1 wh en the processor referenced by
object
cc s upports RTDX. When the p rocessor does not support RTDX,
isrtdxcapable returns b=0.
Using isrtdxcapable with Multiprocessor Boards
When your board contains more than one process or, isrtdxcapable
checks each proce ssor on the processor, as dened by the cc object,
and returns the RTDX capability for each processor on the board. In
the returned variable
b,yound a vector that contains the information
for each acces sed processor.
Examples Create a link to your C6711 DSK. Te st 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
7-72