Timed out waiting for CCS to confirm completion

Status
Not open for further replies.

kadjuv

Newbie level 4
Joined
Dec 15, 2009
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
algerie
Activity points
1,329
problem whit RTDX

Hello every one
When I send data to the DSK through RTDX matlab shows me this error
"??? Write To RTDX Channel: Timed out waiting for CCS to confirm completion."
i work whit simulink (6.6) 2007a and CCS 3.1
this is what i do
>> ccs_obj = ccsdsp;
>> r = ccs_obj.rtdx

RTDX channels : 0

>> usesrtdx = isrtdxcapable(ccs_obj)

usesrtdx =

1
>> r.open('data','w');
>> r.enable('data');
>> r.writemsg('data', int16(data))
??? Write To RTDX Channel: Timed out waiting for CCS to confirm completion.
>> r.set('timeout', 100);
>> r.writemsg('data', int16(data))
??? Write To RTDX Channel: Timed out waiting for CCS to confirm completion.

can u help me please
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…