Hello,
I read that at reset all GPIOs are inputs and have pull-ups enabled by default. I am using TMS320F28033 for an inverter application. The EPWM pins will be connected to MOSFET gate drivers. There are some other GPIO pins used for different control signals. I was wondering how it would be possible to ensure the state of the pin at reset.
If I want the inverter completely off after reset, will connecting a pull-down to the pins ensure that the PWM remains low during startup? It is important that the pin remains low for the entire duration of power up including that stage when supply is increasing to 3.3V. With the GPIO pins, there could be two functions - some pins are usually high and are pulled low while others are usually low and are pulled high. In these cases, if a pin is needed to be usually high, will connecting a pullup resistor to 3.3V ensure that the pin always follows Vdd even when supply increases to 3.3V? And vice versa will pull downs to ground ensure that pins that should be normally low will always be at ground even during power up sequence?
Thanks in advance