Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problem whit RTDX 'Timed out waiting for CCS to confirm ...'

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
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top