
- WHY DID STM32 DRIVER STOP WORKING GENERATOR
- WHY DID STM32 DRIVER STOP WORKING SERIAL
- WHY DID STM32 DRIVER STOP WORKING CODE
However it works fine in linux as /dev/ttyACM0. This one nearly works in Win 10 (as you say it enumerates and allocates a COM port in device manager) but I can't connect to it.
WHY DID STM32 DRIVER STOP WORKING SERIAL
usb 1-4: device not accepting address 59, error -71 usb 1-4: new full-speed USB device number 60 using xhci_hcd usb 1-4: device descriptor read/64, error -71Ĭode: usb 1-5: new full-speed USB device number 6 using xhci_hcd usb 1-5: New USB device found, idVendor=0483, idProduct=5740, bcdDevice= 2.00 usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-5: Product: Forth Serial Port usb 1-5: Manufacturer: Mecrisp (STM32F10x) usb 1-5: SerialNumber: 1D686BD9 cdc_acm 1-5:1.0: ttyACM0: USB ACM device - Thanks for this! I hadn't tried libopencm3 yet, just Arduino and CubeMX. usb 1-4: Device not responding to setup address. cdc_acm: probe of 1-4:1.0 failed with error -22 usb 1-4: USB disconnect, device number 58 usb 1-4: new full-speed USB device number 59 using xhci_hcd usb 1-4: Device not responding to setup address.

usb 1-4: device not accepting address 59, error -71 usb 1-4: new full-speed USB device number 60 using xhci_hcd usb 1-4: device descriptor read/64, error -71 >:~/stm32-test$ dmesg | tail usb 1-4: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes cdc_acm 1-4:1.0: This device cannot do calls on its own.

cdc_acm: probe of 1-4:1.0 failed with error -22 >:~/stm32-test$ dmesg | tail usb 1-4: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes cdc_acm 1-4:1.0: This device cannot do calls on its own. cdc_acm: probe of 1-4:1.0 failed with error -22 >:~/stm32-test$ dmesg | tail usb 1-4: config index 0 descriptor too short (expected 67, got 64) usb 1-4: config 1 has an invalid descriptor of length 7, skipping remainder of the config usb 1-4: config 1 interface 1 altsetting 0 has 1 endpoint descriptor, different from the interface descriptor's value: 2 usb 1-4: New USB device found, idVendor=0483, idProduct=5740 usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-4: Product: Forth Serial Port usb 1-4: Manufacturer: Mecrisp (STM32F10x) usb 1-4: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes cdc_acm 1-4:1.0: This device cannot do calls on its own. See attached.Ĭode: >:~/stm32-test$ dmesg | tail usb 1-4: config index 0 descriptor too short (expected 67, got 64) usb 1-4: config 1 has an invalid descriptor of length 7, skipping remainder of the config usb 1-4: config 1 interface 1 altsetting 0 has 1 endpoint descriptor, different from the interface descriptor's value: 2 usb 1-4: New USB device found, idVendor=0483, idProduct=5740 usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-4: Product: Forth Serial Port usb 1-4: Manufacturer: Mecrisp (STM32F10x) usb 1-4: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes cdc_acm 1-4:1.0: This device cannot do calls on its own. The dodgy bluepill boards purport to have proper STM32 chips. \.platformio\packages\tool-openocd\scripts\target\stm32f1x.cfg file to get that working.
WHY DID STM32 DRIVER STOP WORKING CODE
Debugging is now working with STM32CubeIDE I'm also using Visual Studio Code with Platform IO.
WHY DID STM32 DRIVER STOP WORKING GENERATOR
\resources\openocd\st_scripts\target\stm32f1x.cfg file and also had to set the generator options to connection speed 4MHz and reset mode to software. Thankfully I found this thread I replaced the set _CPUTAPID 0x1ba01477 as suggested by tsman in the.

I gave up on ST-LINK GDB Server Switched the probe to (ST-LINK OpenOCD) and then got the same UNEXPECTED idcode: 0x2ba01477 error as the OP. In the log file it shows readJEP106ID(): Vendor = 0x55 and I'm guessing that isn't ST Micro. Reason: ST-LINK: Could not verify ST device! Abort connection. Code: Hardware watchpoint supported by the target SWD frequency = 4000 kHz ST-LINK Firmware version : V2J34S7 Device ID: 0x410 PC: 0x80052c4 ST-LINK device status: HALT_MODE ST-LINK detects target voltage = 3.26 V Vendor = 0x55 Error in initializing ST-LINK device.
