2025-02-07 12:11 AM
Hello,
I am using a gate driver IC (1EDN8511BXUSA1) that operates with a 9-10V power supply. The IN- input of the IC is connected to a GPIO pin of the STM32L496, which is internally pulled up to VCC with a 400kΩ resistor (as shown in the picture). At startup, the GPIO pin receives 9V before the initialization process.
My question is whether the GPIO pin could be damaged by the 22.5µA injection current that occurs for a short duration during startup?
Thank you for your help.
Solved! Go to Solution.
2025-02-10 12:34 AM
Hi,
1. why not use the IN+ to driver ? ( = pulldown)
2. to be on save side, i would add a diode ( 1n4148 or so) at gpio/pin --> VDD 3v3 ; to prevent any injection. (2 ct are good investment for 100% not damaging the pin.)
2025-02-07 2:00 AM
Read the chapter "Absolute maximum ratings" in the datasheetb carefully. I understand in a way that 9 volt is too high for a FT pin. 3.3 Volt supply plus 4 Volt = 7.3 Volt is the limit in my understanding. Table 20 Table 20. Current characteristics also allows no positive injection.
2025-02-07 2:08 AM - edited 2025-02-07 2:09 AM
Hello,
Isolate the voltage levels by putting a Mosfet transistor on the GPIO to drive that "IN-" pin.
2025-02-07 5:43 AM - edited 2025-02-07 6:21 AM
From my experience and limited knowledge of STM32 internals, I would not worry at all about 22 uA injection current. The funny thing is that, at least in theory, non-5V-tolerant pins should be safer than 5V-tolerant. In practice, however, there is no big functional difference between them when it comes to SMALL current injections (they do differ internally, however).
2025-02-10 12:09 AM
Thank you for the quick replies. :)
2025-02-10 12:10 AM
@hzoli wrote:
Thank you for the quick replies. :)
Please accept as solution the comment that answered your question.
Thanks
2025-02-10 12:34 AM
Hi,
1. why not use the IN+ to driver ? ( = pulldown)
2. to be on save side, i would add a diode ( 1n4148 or so) at gpio/pin --> VDD 3v3 ; to prevent any injection. (2 ct are good investment for 100% not damaging the pin.)
2025-02-15 8:14 AM
Thank you for the help. I have changed the pins, so it has solved the problem.