gusucode.com > target工具箱matlab源码程序 > target/extensions/processor/shared/ti/utils/getC2000RTDXLibFile.m

    function lib = getC2000RTDXLibFile(linkeroptions)
%GETC2000RTDXLIBFILE Get the RTDX library for a specified C2000 device.

%   Copyright 2010-2012 MathWorks, Inc.

if ~isempty(strfind(linkeroptions, 'rts2800_fpu32.lib'))
    lib = 'rtdxfp.lib';
else
    lib = 'rtdxx.lib';
end