• Ring buffered, interrupt driven, UART driver
    To follow up on the thread a few weeks ago about polled vs. interrupt UART operation I've written one up this week and have posted it at: http://www.embeddedfw.com Yes it's my site but you get...
  • 16c554 UART driver
    I'm looking for interrupt driven routines for interfacing a 16c554 Uart on the external bus of a 166, does anybody have any examples of such code? Thanks
  • 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...
  • UART and RTE driver Problem for LWIP
    Hi I trying to implement PPP using LWIP over new keil 5.1 so on manage run time environment it force me to select uart_driver from cmsis rtos drivers but there is no access to uart_writedata and read...