• CMSIS UART Driver Timeout
    Hi, I use keil uVision 5.1 and CMSIS UART driver How to set the timeout to an arbitrary value. Best regards Amr Hendy
  • UART Baud rate CMSIS Drivers
    Hi all, I am working with the STM32F7 Disco, trying to use USART6 with CMSIS Drivers and RTOS (v1). With the ARM_USART_Control function, I can control the argument of Baud Rate, such as 9600, 115200...
  • Switching UART IRQ handler for bootloading
    My task is to update a targets (LPC1343) firmware using IAP. The only data connection available is a unidirectional (master -> target) serial line operating at 115,200 bit/sec. The application on the...
  • CMSIS UART Driver, permanent receive not available?
    Hello All, in the CMSIS there is a framework for UART communication. However I have to know in advance how many characters to receive. I would have expected that UART driver write to kind of...
  • A question about using CMSIS UART Driver
    Hello, I'm Japanese sorry about my poor English. I've recently  been working on MDK-ARM with STM32F103. I'd like to make a UART program by using cmsis uart driver. I've done the following procedures....