specternecter
specternecter
I think the USB issues are in the bootloader itself or internal hardware. If you set an led to turn on at the very beginning of your setup function and...
Yeah I wasn't sure exactly what the problem was but I was pretty confident it's something on their side and figured out a way to work around it. Rather annoyingly....
Yes I can, but I'm also using an esp32-c3-wroom-02. I also experience the issue where it will sometimes run the sketch from the beginning but doesn't start led like it...
Well, if you don't open it after first closing it I mean On Sun, Feb 27, 2022, 2:13 PM Brad Bock ***@***.***> wrote: > Yes I can, but I'm also...
I can confirm that while some sketches may work with USB CDC enabled and without the COM port open, very few of them work properly. I ran into the problem...
I changed led to 8 and still have the issue On Tue, Mar 22, 2022, 7:33 AM Jan Procházka ***@***.***> wrote: > Hi @specternecter > I am now testing your...
That test sketch was meant to test them both but the issue happens with or without uart0. And honestly you're opening a whole new can of worms with usb cdc...
I fixed many of the issues and identified what's needed to solve my original problem, as well as the last remaining problem I could identify. I created a feature request...
The problem isn't espressif. It's whoever is in charge of the CDC. Nobody seems to care about fixing the cdc. Instead of fixing, they suggest everybody a cheap work around...
@josef2600 In my experience, there's probably a good reason they're doing things that way. Core software development isn't always straightforward. It's likely that doing it in any different way causes...