Teensy 4.1 hot voltage regulator and 4.7v on 3.3v pin

skiwe

Member
I have a Teensy 4.1 wo ethernet I got from a friend who said it wasn't working correctly. Well, friend of a friend so I don't have much information on what it was used for when it started acting up. The pads are cut to separate vin from vusb so I'm assuming it was powered by some kind of external battery or other supply. I do have a couple other Teensy's myself so I know my setup should work properly.

It does power on and work with 5v on Vin or usb by jumpering the Vin/Vusb pads. I reset it by holding program button and the blink program seems to be working properly.
I noticed the voltage regulator (or something around it) was getting pretty hot pretty quick.

I was able to pull voltages and am reading 4.54v on the 3.3v pin. It was pulling around 410mA from the power supply. I'm reading around 11.1ohms from 3.3v to Gnd. The program button doesn't seem to change the voltage on the 3.3v pin but does reset the Teensy program. It stops it and the red led by the usb lights up, but the program doesn't seem to restart after releasing the program button. Cycling the power restarts the blink program. I think I saw on one post here where that program button should put 3.3v to gnd possibly but not for sure.

Again, it is powering up and connecting to the pc via usb. I do not think it came with pre-soldered leads so I looked over and tested the ones that have been soldered on. They appear and test ok, but I guess something could still be wrong there. I've read a lot on here with low or no voltage on the 3.3v pin but nothing I've seen reading higher than the 3.3v.

Just wondering if anyone has any suggestions on where to start troubleshooting. I haven't really left it on for very long as I don't want to completely destroy it since it's getting so hot. I'm attaching two pics here as well.

Thank you in advance for any help or suggestions.
 

Attachments

  • IMG_5606 (1).jpg
    IMG_5606 (1).jpg
    67.9 KB · Views: 47
  • IMG_5605.jpg
    IMG_5605.jpg
    52.2 KB · Views: 64
Check for a short on the soldered pins. Those to the left of the SD card slot don't look very good. A small slither of solder can cause these sorts of problems.
 
Ok, just got a chance to go through it again. Actually found my multi-meter was not working properly on continuity so had to get a new one. Also got a microscope to get a better look at things. I found a couple very thin (hair like) strands on two pins but they weren't touching anything but did get rid of them. Not sure they were long enough to touch something but could very well have.

Now I'm seeing 3.3v shorted to Gnd. It doesn't appear to be from the pin solder joints. Could it be the voltage regulator chip? I'm getting continuity between pins of U4 (GDT) 1, 2, 4, 5, 7, 8 and then GND. If pin 1 is top left reading GDT on the chip.
Not sure if that's just because something else is shorting 3.3 to gnd or what.
 
Could it be the voltage regulator chip?
The NCV8186 regulator is over-current protected therefor it is rather unliky to fail internally.
I would look really close for shorts on the rest of the board. There could even be metal particles under the processor package, shorting BGA pins.

Paul
 
I looked through things and nothing jumped out. I tried to get some better pics to see if you all see anything I should check.
Thanks again for the help and suggestions.
2020_0229_165609_001.jpg2020_0229_165635_002.jpg2020_0229_165658_003.jpg2020_0229_165722_004.jpg
 
Finally got a chance to work on this a bit more. Wasn't able to find anything so pulled U4 off the board. The short is gone now and I can power up via the 3.3v line and everything seems to be working with no high heat anywhere. I can give it 5v and program as well.

Does this hurt anything if I just don't utilize the 5v except for when I want to program? I'm not utilizing the usb interface for anything else.
 
I did look through the post about startup sequence potential issues with using th 3.3v pin. Just curios if there could be any issues with the voltage regulator U4 being removed?
 
Interesting. I got this board from a friend of friend and have been trying to get any information on what happened to it and how it came to die...

I have some projects where I power other circuits off the 3.3v line so could be susceptible to this though. I have toasted a 4.0 board in the past but figured it was my shoddy soldering on a test circuit but it had a few things powered off the 3.3v line as well. I've started running a separate 5v to 3.3v voltage regulator to isolate everything else as well. Mainly because of some potential draws exceeding the teensy output, but that may have fixed this glitch without realizing it.

Sounds like you are now adding this Schottkey diode from 3V3 to VIN on all of your boards. Is that correct?
 
I've started running a separate 5v to 3.3v voltage regulator to isolate everything else as well.
When powering down ensure that the secondary 3.3V supply goes down before the Teensy 3.3V otherwise you risk supplying 3.3V to the Teensy pins after the Teensy 3.3V has gone down.
Applying 3.3V to Teensy when it is not powered will damage the pins and possibly more.
 
Back
Top