-
Hi, have anyone faced such situation that following pins are begin pulled down: Firstly I init Serial, Serial4, Serial5, then most pins avaliable on the board as input_pullup. I use Nucleo F746GZ. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, but probably the HAL set it to down. |
Beta Was this translation helpful? Give feedback.
Hi,
by defauolt Ethernet pins are set to PU:
Arduino_Core_STM32/variants/STM32F7xx/F745Z(E-G)T_F746Z(E-G)(T-Y)_F750Z8T_F756ZG(T-Y)/PeripheralPins.c
Lines 391 to 417 in 50629bd