MATLAB Link for Code Composer Studio Development Tools | ![]() ![]() |
Determine whether the target processor supports RTDX
Syntax
Description
b=isrtdxcapable(cc)
returns b=1
when the target processor referenced by link cc
supports Real-Time Data Exchange (RTDX). When the target does not support RTDX, isrtdxcapable
returns b=0
.
Examples
Create a link to your C6701EVM. Test to see if the processor on the board supports RTDX. It should.
![]() | isreadable | isrunning | ![]() |