|
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. |
Answered by
fpistm
Jan 29, 2024
Replies: 1 comment 3 replies
|
Hi, but probably the HAL set it to down. |
3 replies
Answer selected by
fpistm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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