Search found 5 matches
- Sun Apr 19, 2020 5:24 am
- Forum: General discussion
- Topic: BluePill USB CDC enumeration fails
- Replies: 9
- Views: 9454
Re: BluePill USB CDC enumeration fails
Thanks for the ideas guys, I'll keep trying later and see if I can get it sorted. I really need a bunch of ADC pins and a USB serial port for some datalogging.
- Fri Apr 17, 2020 11:19 pm
- Forum: General discussion
- Topic: BluePill USB CDC enumeration fails
- Replies: 9
- Views: 9454
Re: BluePill USB CDC enumeration fails
Still havent got this working. I'll try a completely different PC but it cant be driver related can it as enumeration has to happen before a driver is assigned?
I guess I cant rule out a hardware fault, I'll see if I can find an old board which I know has worked previously so I can test that.
I guess I cant rule out a hardware fault, I'll see if I can find an old board which I know has worked previously so I can test that.
- Wed Apr 01, 2020 11:55 pm
- Forum: General discussion
- Topic: BluePill USB CDC enumeration fails
- Replies: 9
- Views: 9454
Re: BluePill USB CDC enumeration fails
Ok, that definitely does not work for me.
I get 'USB Device not recognised' from windows and 'device descriptor read error' 'unable to enumerate USB device' in linux.
I get 'USB Device not recognised' from windows and 'device descriptor read error' 'unable to enumerate USB device' in linux.
- Wed Apr 01, 2020 10:49 pm
- Forum: General discussion
- Topic: BluePill USB CDC enumeration fails
- Replies: 9
- Views: 9454
Re: BluePill USB CDC enumeration fails
Can you post your sketch just so I can try and replicate it?
- Wed Apr 01, 2020 8:23 pm
- Forum: General discussion
- Topic: BluePill USB CDC enumeration fails
- Replies: 9
- Views: 9454
BluePill USB CDC enumeration fails
Is there a known issue with USB CDC on the latest STM32 official core? I have been away from STM32 stuff for a little while and I'm sure CDC was working fine 6 months ago but I cant get any of my boards to enumerate on Windows or Linux. This is with the 1.5k resistor fixed and just a basic blink and ...