I think GPIO might have weak pull-up or drop-down by default, how to disable, we need pure signal.
We test on the customer board if the direction is set to input, but at this time already register the value on the pin, and the value is to take certain ability to drive,
Is this?
There is no weak pull-up or pull-down resistors on GPIO pins.
Have a great day,
Alexander
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
But we test the GPIO(GPIO3_16) is pull up or pull down.Can you test it?
Design team confirmed - there are no internal pull-up or pull-down resistors. When multiplexing is selected for GPIO and GPIO is in input mode, the chip is not driving anything. If you see anything driven on the pin in this case, than there must be something other connected to this pin on the board, which is causing this abnormal behavior.
Have a great day,
Alexander
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------