Hello!
I am having an issue with a Teensy 3.2 that will not properly power up when supplied by external 3V3.
There is not much of any schematic to speak of except the 3V3 regulator and capacitors (3.3V rail is checked to be stable, noise free and without any over-voltage condition).
Also, there is no source code beyond Serial.begin in setup and Serial.println + delay in loop.
If I power the Teensy up using a USB cable it starts up just fine. I can then power up the external 3.3V supply and disconnect the USB - the Teensy will keep running just fine.
However, when I apply the external 3.3V source without having connected USB it does not boot. Connecting USB at this time does nothing and the Teensy does not identify over USB or run the programmed code.
I've found no way to get the teensy to recover from this state, except a reset.
This can be done either by the reset line, program button or simply disconnecting everything and subsequently powering up over USB.
Removing USB support makes no difference.
Any suggestions at all would be highly welcome.
Best regards,
Davey
I am having an issue with a Teensy 3.2 that will not properly power up when supplied by external 3V3.
There is not much of any schematic to speak of except the 3V3 regulator and capacitors (3.3V rail is checked to be stable, noise free and without any over-voltage condition).
Also, there is no source code beyond Serial.begin in setup and Serial.println + delay in loop.
If I power the Teensy up using a USB cable it starts up just fine. I can then power up the external 3.3V supply and disconnect the USB - the Teensy will keep running just fine.
However, when I apply the external 3.3V source without having connected USB it does not boot. Connecting USB at this time does nothing and the Teensy does not identify over USB or run the programmed code.
I've found no way to get the teensy to recover from this state, except a reset.
This can be done either by the reset line, program button or simply disconnecting everything and subsequently powering up over USB.
Removing USB support makes no difference.
Any suggestions at all would be highly welcome.
Best regards,
Davey