Tool/software:
Hi experts,
I ask this for my customer.
In the initiation, they will disable the pull-up and configurate the GPIO is output. And they will keep this configuration in their next operations.
They will change the GPIO0 and GPIO1 function in the application code.
And they find when they change the GPIO from EPWM to GPIO, and if they don't use GpioDataRegs.GPACLEAR.bit.GPIOx or GpioDataRegs.GPASET.bit.GPIOx to define the sure output level in the GPIO, the GPIO will be influenced by other pin. (the red signal is the voltage of GPIO function, it have a lot of noise)
So they want to check:
1. If they disable the pull-up and configurate the GPIO is output, but they don't use GpioDataRegs.GPACLEAR.bit.GPIOx or GpioDataRegs.GPASET.bit.GPIOx to define the output voltage of this GPIO, what the statue of this pin? Is it will output high voltage or low voltage?
2. What the internal resistor of this pin? why the voltage of this pin will be influenced by other pin?
BRs
Shuqing