Alan Ott
Alan Ott
Hi, this looks really good on the surface. I have some 25k50 in a box that I've never used, so I'll try to find some time to try this out....
Interesting. Yeah, they have lots of chips that have the "same" interface, but have all these quirky things that are different between them. Much like this one. Have a look...
Hey thanks for this report. This will no doubt save me some time at some point. Are you using M-Stack for another project?
No information about what compiler and version or what MCU.
Hi Tod, Great, I'll check it out.
Thanks for the find. There is actually at least one more of those in there I recently found on a derivative project but haven't pushed to master yet. Sorry about...
USB not enumerating is almost always because the oscillator is not correct. Are you using an internal oscillator (not sure if this device supports it for USB)? Some of those...
It has been used with self-powered devices. Is there something specific in your question?
> In the Microchip stack I see code to monitor an IO pin connected to USB VBUS (or some bits in the USB OTG status reg on some chips) Did...
I'm not sure about causing enumeration issues, but it's possible. I think you are correct. In this case, don't call usb_init() until you detect VBUS. There is not currently support...