-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5V Out #5
Comments
In general I see no issue with this, but the STDC14 connector has GND on the KEY pin. Right now we have followed the STLinkV3 implementation and supply 5V on pin 1 of the STDC14 connector. |
I fixed this for v1.3 :) |
The hs-probe I got (v1.4) has the 5V output on the pin 7 of the STDC14, which is pin 5 of the 10-pin connector. However, for compatibility with JLink, Olimex etc it would need to be on pin 7 of the 10-pin connector (which is pin 9 of the STDC14). Is this an accidental mix-up, or intentional? To quote @adamgreig in Matrix:
|
Hi, unfortunately this looks like an accidental mix-up :( "Luckily" the trace is reachable, so if one wants to use it properly a tiny cut and some soldering will solve it. |
True, it should be pretty easy to cut in the upper left corner of the PCB (right next to the hole). Afterwards I'd need to connect pin 3 of the MOSFET Q101 with pin 9 of the STDC14 connector, right? seems doable. Once this is done, how is the 5V output enabled? Is there already support in the firmware? |
The JLink allows powering the target device through pin 19 of the 20-pin connector or pin 7 of the 10-pin connector (opposite of TDI) (at least on the Olimex adapter. On other adapters, this pin is often unused and removed for keying). To enable this feature, you need to send the "power on" command to the debug probe first. You can chose between "power on" (temporarily enable 5V/USB power out until the probe is unplugged) or "power on perm" (permanently enable power on that pin).
It would be nice if the hs-probe would support this as well! I use that feature extensively, it saves a lot of time if I don't need a separate power supply.
The text was updated successfully, but these errors were encountered: