-
Notifications
You must be signed in to change notification settings - Fork 63
Description
I built a board based on the Butterfly, much of the schematic was borrowed from the butterfly schematics. I added a DCDC converter and a couple extra connections, and put it on a RPi2040 type board form factor. I am able to get a sketch to load just fine, blink for example, and everything works great, love the low power!
However, when i load a simple UART scetch, like the "ASCII TABLE" arduino example scetch, it loads fine, but no Serial port ever shows up. I have tried on both my widows machine and My MAC.
The Butterfly board schematics were relatively hard to read when in regards to the USB connection, there appears to be a TVS diode, and a second component??, its this second component that illudes me, it appears to be passive, so im assuming its just a resistor set? I borrowed the circuit from a DUE schem for the protection. a couple 22ohm resistors and a couple inductors, Im wondering if this could be causing the issue?
I did make sure that the USB data lines were the same length, and have a nice straight shot to the STM pins, but im no EE, so its possible there it may be just a bad design. But since it (they) programs fine ( all three boards i built, actually ) I am assuming that the USB is at least somewhat functional.