Hello,
Just finishing my PCB layout for Teensy 3.1.
I have read every existent thread on this topic but did not find the answer.
My case:
- Regulated 3.3V external power connected to 3.3V Teensy pin.
- Vin pin unconnected.
- Vusb-Vin trace NOT cutted
What I want to do:
- Work when powering only by 3.3V pin -> DONE
- Work when powering only by USB -> DONE
- Work when powering from 3.3V and USB simulatenously -> Is it safe with my setup?
3.3V and USB at the same time in detail:
5V USB goes to Vin (trace not cutted), then it goes to regulator and converts to 3.3V. There it finds my external 3.3V. Voltages will not be identical, so current will flow from one place to the other I guess, but they will be quite similar, so small current -> SAFE?
Should I add a diode so current cannot flow from the Teensy to my external power supply? But, what happens in the case current is flowing from external power to Teensy's regulator?
Thank you for your time!
Just finishing my PCB layout for Teensy 3.1.
I have read every existent thread on this topic but did not find the answer.
My case:
- Regulated 3.3V external power connected to 3.3V Teensy pin.
- Vin pin unconnected.
- Vusb-Vin trace NOT cutted
What I want to do:
- Work when powering only by 3.3V pin -> DONE
- Work when powering only by USB -> DONE
- Work when powering from 3.3V and USB simulatenously -> Is it safe with my setup?
3.3V and USB at the same time in detail:
5V USB goes to Vin (trace not cutted), then it goes to regulator and converts to 3.3V. There it finds my external 3.3V. Voltages will not be identical, so current will flow from one place to the other I guess, but they will be quite similar, so small current -> SAFE?
Should I add a diode so current cannot flow from the Teensy to my external power supply? But, what happens in the case current is flowing from external power to Teensy's regulator?
Thank you for your time!