Hi,

I am sending 70 bytes to SDIO card by cmd53 as

// Do a CMD53 Extended Byte Write
rwExtendedByteParams.requestingFunc = 1;
rwExtendedByteParams.mode = sdioRWModeWrite;
rwExtendedByteParams.funcNum = 0;
rwExtendedByteParams.byteAddress = 0x2000;
rwExtendedByteParams.bufferP = bufP;
rwExtendedByteParams.numBytes = (UInt16)98;
                
err = SDIORWExtendedByte( gSlotLibRefNum,
&rwExtendedByteParams );

The data is sending correctly to card and we receive
the data correctly.

After sending the data to SDIO card, i clicked HOME
button in treo650 device then it soft resets.

I didnt understand why treo650 soft resets.

Please anybody help in this thing it is great help to
me.

Thanks and regards
srimanarayana

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to