Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Problem USB Bulk

    rom1 - - emUSB related

    Post

    ok, i found an halfway solution ! use a kind of TimeOut on the while loop : while ((__USB_DEV_INT_STAT & CCEMTY_INT) == 0 && cpt<5000){ cpt++; }

  • Problem USB Bulk

    rom1 - - emUSB related

    Post

    Hi, I use emUSB 2.20 for a Bulk device on the NXP LPC2368 and it work quite well. But sometimes , the progam stop in Readcmd or Writecmd fonctions (static void _WriteCmdWithData(U32 Cmd, U32 Data) , static unsigned _ReadCmdData(U32 Cmd) ....) at the this line : while ((__USB_DEV_INT_STAT & CCEMTY_INT) == 0); So the on the computer software side it also stop and give an error ! any idea? Thanks Romain