Skip to content
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

USB DUEr3 Host powering cutoff with ext pwr >7Vs #83

Closed
neilh10 opened this issue Apr 23, 2013 · 3 comments
Closed

USB DUEr3 Host powering cutoff with ext pwr >7Vs #83

neilh10 opened this issue Apr 23, 2013 · 3 comments
Assignees

Comments

@neilh10
Copy link

neilh10 commented Apr 23, 2013

If the USB port is to be used as HOST and is to supply power, then there needs to be an external power supply capable of delivering the 0.5A on the USB Host +5V.
The LM2734 is capable of doing that from 7-12V
However if the input voltage is >7V it switches off the USB Host voltage supply.
I think it should support the full range of input voltage.

Analysis: It seems to me the IC1B/LMV3518 +/- inputs are switched around (easy to do - I've got +/- wrong way round before)
I verified it working with the DUE hardware for Vin < 7V.
Workaround: There is a software fix for disabling the UOTGVBOF hw processing so that a Vin>7V can be used, but its a kluge and OTG isn't then supported.
Other messages that have discussed this
http://arduino.cc/forum/index.php/topic,140839.0.html
http://arduino.cc/forum/index.php/topic,135399.0.html
http://arduino.cc/forum/index.php/topic,146574.msg1173826.html#msg1173826
It seems to me the "Taijiuino_Pro_ArduinoDue_V1.1" has an approach that works (but I haven't tested the hw), however it doesn't detect in hw if the input drops below 7V

@cmaglie
Copy link
Member

cmaglie commented May 22, 2013

May you check if this patch fixes the problem?

arduino/Arduino@4486a92

@sandeepmistry sandeepmistry transferred this issue from arduino/Arduino Sep 16, 2019
@sandeepmistry
Copy link
Contributor

Hi @neilh10, have you had a chance to try @cmaglie's patch above?

@neilh10
Copy link
Author

neilh10 commented Sep 16, 2019

long time ago... I stopped using the DUE. so I didn't check it

@neilh10 neilh10 closed this as completed Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants