This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ULINK2 transistor T1

Burnted tranzistor T1. What he type (NPN or PNP) and model number?

Thanks ^^

Parents
  • Note a few things on the data sheet:

    First, the code has a "VOLATILE" on underside for cooling purposes. The cooling is through the software delay. That's how you can dissipate significant power in such small and "flimsy looking" function.

    Secondly, the code has also thermal protection and other protections.

    I have not personally used this code, but I wouldn't be too worried: I have used C++ in the same type of library, and even placed a cooling loop on the opposite side of the code. No trouble at all, actually I over-designed it, and the code was cool as a cucumber. Could have skipped the cooling recursive entry and thermally conductive calling convention....

    Check your ANSI standards for more information.

Reply
  • Note a few things on the data sheet:

    First, the code has a "VOLATILE" on underside for cooling purposes. The cooling is through the software delay. That's how you can dissipate significant power in such small and "flimsy looking" function.

    Secondly, the code has also thermal protection and other protections.

    I have not personally used this code, but I wouldn't be too worried: I have used C++ in the same type of library, and even placed a cooling loop on the opposite side of the code. No trouble at all, actually I over-designed it, and the code was cool as a cucumber. Could have skipped the cooling recursive entry and thermally conductive calling convention....

    Check your ANSI standards for more information.

Children