Commit 8344bad
committed
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)},1 parent 2aa8531 commit 8344bad
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
0 commit comments