You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F1 pinmap: input mode may be associated with an alternate function
On F1 specifically, input alternate functions must configure GPIO
in input mode.
Example: on F103 PinMap_UART_RX
{PB_7, USART1, STM_PIN_DATA(STM_MODE_INPUT, GPIO_PULLUP, AFIO_USART1_ENABLE)},
0 commit comments