Search found 5 matches

by kenD4
Mon Mar 14, 2011 1:30 pm
Forum: SUB-20 General Discussion
Topic: Write GPOI output 31 fault
Replies: 8
Views: 19907

Re: Write GPOI output 31 fault

I actually am getting a different error now. I cut and pasted only the section of code below. CSMask = uint32(2^27); % CS is bit 27 ClkMask = uint32(2^24); % Clk is bit 24 DataMask = uint32(2^29); %data line bit 29 MSBMask = uint32(2^31); OutMask = uint32(CSMask + ClkMask + DataMask + MSBMask) %don'...
by kenD4
Mon Mar 14, 2011 1:07 pm
Forum: SUB-20 General Discussion
Topic: Write GPOI output 31 fault
Replies: 8
Views: 19907

Re: Write GPOI output 31 fault

2010a
by kenD4
Fri Mar 11, 2011 2:28 pm
Forum: SUB-20 General Discussion
Topic: Write GPOI output 31 fault
Replies: 8
Views: 19907

Re: Write GPOI output 31 fault

:oops: Maybe I am not updating the dlls correctly. Are there some instructions on which dlls go where? I have tried just pasting the dlls in the bin directory. I have also renamed and placed the .v4 dll in the v4 directory.
by kenD4
Thu Mar 10, 2011 5:56 pm
Forum: SUB-20 General Discussion
Topic: Write GPOI output 31 fault
Replies: 8
Views: 19907

Re: Write GPOI output 31 fault

Hello, I am also trying to use the GPIO port. I have noticed when I read data back that bit 31 seems to float so sometimes I end up with a negative number. Shouldn't the values being passed back and forth to the GPIO commands be UINT32???? Otherwise reading the values back becomes more difficult if ...
by kenD4
Fri Feb 11, 2011 11:42 am
Forum: SUB-20 General Discussion
Topic: .NET interface for 3 wire SDIO
Replies: 1
Views: 6655

.NET interface for 3 wire SDIO

Hello, I am new to using the XDImax. I purchased it to interface with a AS5134 rotary encoder I was unable to find SDIO in the .net document. It is present in the user’s manual. However it seems to support data only in even byte amounts. Can you support data transfers that aren’t in even byte record...