jeffdi
Tim Edwards
02/18/2022, 1:49 PMjeffdi
Dan Fritchman
02/19/2022, 12:51 AMTim Edwards
02/19/2022, 3:12 AMDan Fritchman
02/23/2022, 10:51 PMgpio_0 = GPIO_MODE_USER_STD_OUTPUT
gpio_1 = GPIO_MODE_USER_STD_OUTPUT
gpio_2 = GPIO_MODE_USER_STD_INPUT_NOPULL
gpio_3 = GPIO_MODE_USER_STD_INPUT_NOPULL
gpio_4 = GPIO_MODE_USER_STD_INPUT_NOPULL
Where, thanks to this exchange, the USER
fields are now replaced with MGMT
.
IOs 1 and 2 appear to be working for us, as output and input respectively.
But it still looks like IOs 3 and 4 are being driven. Perhaps this is the FTDI chip as you mentioned. Would you mind sharing the script that high-Z’s its pins?Tim Edwards
02/24/2022, 2:30 AM