2021-03-27 03:26 PM
2021-03-27 08:29 PM
You need to ensure the H-bridge is always turned off when the ST ports are in analog mode, from reset to end of timer configuration. If you have a specialized bridge driver check to see if the enable inputs have built in pull down resistors. If not, or you are using discrete drivers, you need to add an external pull down to hold off all bridge gates. If not you will likely experience shoot thru current at reset time, eventually damaging the bridge. Do not rely on the internal PU/PD in the ST GPIO port.
Jack Peacock
2021-03-27 08:29 PM
You need to ensure the H-bridge is always turned off when the ST ports are in analog mode, from reset to end of timer configuration. If you have a specialized bridge driver check to see if the enable inputs have built in pull down resistors. If not, or you are using discrete drivers, you need to add an external pull down to hold off all bridge gates. If not you will likely experience shoot thru current at reset time, eventually damaging the bridge. Do not rely on the internal PU/PD in the ST GPIO port.
Jack Peacock
2021-03-28 10:26 AM
Thank you!