• 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...
  • cmsis usart problem
    hi to all, i am new in mdk5 and i working on a project that in it i need to communicate through usart of my micro, i want to use from cmsis::usart lib to access usart. when i read the documentation...
  • CMSIS USART DRIVER concerns
    Hello, In function Usart_Receive RXNE Interrupt is disabled before receiver busy check. I think you have to turn around. Imagine a call of this function while receiving data. Receiver remains...
  • CMSIS Driver - USART issue
    Hi all, I am using the CMSIS Driver USART driver in Keil uVision with the STM32F746 discovery board and have a weird bug in the usart callback. I'm kind of following the example from - https://www...