Hi. I am using STM32F407 discovery board programed in USB FS mode. The driver used is WINUSB. mY os IS WINDOWS 10. I am using USF FS configured as ENDP1 OUT and ENDP1 IN. Both in bulk mode. I was managed to successfully enumerated with PC an...
Thanks. To confirm with you, writing to IN endpoint fill DIEPSIZ, PKTCNT -> CNAK,EPENA -> DIEPTSIZ: 1 -> TXFE -> Push to FIFO orfill DIEPSIZ, PKTCNT -> Push to FIFO -> CNAK,EPENA ? which is te right meod? i mean sting CNAK an EPENA ater pushin...
Hi,I think i made a mistake by setting 'EPENA ' in Set_Interface reques for IN endpointt. I removed that .Now whst i observ is that I am getting a clear feture request immediately after read attempt fail. Usually this is asociated with a stall condit...
HI,1) My interface uses ENDPOINT1 as 'OUT' and also ENDPOINT1 as' IN'. Is there any problem to use same endpoint as OUT and IN configuration? I read it is possible because of different Endpoint addressing in USB as '0x1 for OUT' and '0x81 for IN'.2) ...
Hi, I think i made a mistake by setting 'EPENA ' in Set_Interface reques for IN endpointt. I removed that .Now whst i observ is that I am getting a clear feture request immediately after read attempt fail. Usually this is asociated with a stall con...
HI, 1) My interface uses ENDPOINT1 as 'OUT' and also ENDPOINT1 as' IN'. Is there any problem to use same endpoint as OUT and IN configuration? I read it is possible because of different Endpoint addressing in USB as '0x1 for OUT' and '0x81 ...