• CMSIS Driver v1.10 UART_STM32F4xx.c BUFFER OVERRUN issue
    CMSIS Driver UART Revision: V1.02 file C:\Keil\ARM\Pack\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\UART_STM32F4xx function UART_IRQHandler (UART_RESOURCES *ptr_uart) static void UART_IRQHandler...
  • CMSIS Driver v1.10 UART_STM32F4xx.c BUFFER OVERRUN issue
    CMSIS Driver UART Revision: V1.02 file C:\Keil\ARM\Pack\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\UART_STM32F4xx function UART_IRQHandler (UART_RESOURCES *ptr_uart) static void UART_IRQHandler...
  • 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...
  • BUG: CMSIS USART Driver STM32
    Hello, I've found a bug in the CMSIS USART_Driver of the Device Family Pack STM32F4xx, Version 2.4.0. Previous Version are concerned, too. When frequently polling USART_GetStatus while receiving...
  • BUG: CMSIS USART Driver STM32
    Hello, I've found a bug in the CMSIS USART_Driver of the Device Family Pack STM32F4xx, Version 2.4.0. Previous Version are concerned, too. When frequently polling USART_GetStatus while receiving...