daniel-thompson / i2c-star

A clone of the i2c-tiny-usb based upon STM32 and libopencm3
GNU General Public License v3.0
125 stars 31 forks source link

STM32F405 not working in Windows (LIBUSB_ERROR_PIPE [-9]) #17

Open karu2003 opened 2 years ago

karu2003 commented 2 years ago

hello, I have a problem with accessing i2c tiny usb under windows. everything works well through the Linux kernel. I use f405.

lib\site-packages\usb1init.py", line 119, in raiseUSBError raise __STATUS_TO_EXCEPTION_DICT.get(value, __USBError)(value) usb1.USBErrorPipe: LIBUSB_ERROR_PIPE [-9]

There is no such error with https://github.com/harbaum/I2C-Tiny-USB.