-
Notifications
You must be signed in to change notification settings - Fork 62
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
PA15 state at reset? not input #51
Comments
PA15 per default comes up as JTDI. So that should have been a INPUT with a PULLUP. So I suppose a stronger external pulldown should work. I suppose one could switch PA15 earlier in the boot process to be a INPUT, but I am not sure that is worth the extra trouble, if you later on in "setup()" change it anyway. |
We are using a 100 K pulldown, so maybe the solution to this "problem" is
simply to use a 10 K pulldown.
…On Wed, Mar 11, 2020 at 12:12 PM Thomas Roell ***@***.***> wrote:
PA15 per default comes up as JTDI. So that *should* have been a INPUT
with a PULLUP. So I suppose a stronger external pulldown should work.
I suppose one could switch PA15 earlier in the boot process to be a INPUT,
but I am not sure that is worth the extra trouble, if you later on in
"setup()" change it anyway.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTDLKTARK7O6F2RPSLY4PDRG7PAXANCNFSM4LFVXD6A>
.
|
Yep nice point pull up should be approx 50k and explain the default 2.4v reading with R divider 100K |
@GrumpyOldPizza,
I'm using a dragonfly like board designed by Kris and we used PA15 as output to enable a LDO via an enable pin. We have placed a pull down on PA15 so at reset state the device behind LDO should be disabled.
unfortunately looks like reset state of this pin is not input and thus enable the LDO. Reconfiguring the PA15 pin as input in setup() solved the issue but wondering why and where this pin could be setup elsewhere not to be an input?
Can we easily fix?
of course our variant does not define PA15 as VUSB.
Thanks
The text was updated successfully, but these errors were encountered: