We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, I am trying to use the MSD example for an STR7. The enumeratation is complete, and I can read from the device, but never write to it (XP hangs). I saw that somebody solved the problem for LPC2146 by adding the following like to USB_Configure:
WrCmdDat(CMD_SET_MODE, DAT_WR_BYTE(INAK_BI)) ;
it seems that a NAK is not given back if there is no data.
Do you know what this means for the STR7?
Thanks