Search found 5 matches
- Mon Mar 14, 2011 1:30 pm
- Forum: SUB-20 General Discussion
- Topic: Write GPOI output 31 fault
- Replies: 8
- Views: 39444
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'...
- Mon Mar 14, 2011 1:07 pm
- Forum: SUB-20 General Discussion
- Topic: Write GPOI output 31 fault
- Replies: 8
- Views: 39444
- Fri Mar 11, 2011 2:28 pm
- Forum: SUB-20 General Discussion
- Topic: Write GPOI output 31 fault
- Replies: 8
- Views: 39444
Re: Write GPOI output 31 fault

- Thu Mar 10, 2011 5:56 pm
- Forum: SUB-20 General Discussion
- Topic: Write GPOI output 31 fault
- Replies: 8
- Views: 39444
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 ...
- Fri Feb 11, 2011 11:42 am
- Forum: SUB-20 General Discussion
- Topic: .NET interface for 3 wire SDIO
- Replies: 1
- Views: 10919
.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...