We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a60d4 commit f157f0dCopy full SHA for f157f0d
demo/boards/stm32f407_evk/board.c
@@ -53,8 +53,8 @@ void console_uart_init(uint32_t baud)
53
//__HAL_RCC_USART3_CONFIG(RCC_USART3CLKSOURCE_SYSCLK);
54
55
/**USART3 GPIO Configuration
56
- PC7 ------> USART6_RX
57
- PC6 ------> USART6_TX
+ PC11 ------> USART6_RX
+ PC10 ------> USART6_TX
58
*/
59
GPIOC->MODER &= ~ (MODE(3,10) | MODE(3,11));
60
GPIOC->MODER |= (MODE(2,10) | MODE(2,11));
0 commit comments