This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

bug in CMSIS USART driver

hello,

obviously there is a small bug in CMSIS USART Driver STM32F4xx Rev 2.3:

line 1808: else if (usart->reg == USART3) { __HAL_RCC_USART2_CLK_ENABLE(); }

correction: else if (usart->reg == USART3) { __HAL_RCC_USART3_CLK_ENABLE(); }