• 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...
  • Perfomance of the CMSI-Drivers and RTOS
    Hello community, I'm investigating for my company, if the CMSI framework is useful. We have some really strict real-time requirements and therefore we need to know how long the different functions...
  • CMSIS DRIVER USART - rx_timeout
    Hello, is thare any way to configure a time delay or a number of unreceived bits that will generate ARM_USART_EVENT_RX_TIMEOUT event through CMSIS DRIVER USART interface? I would like to use...