• 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....
  • If my UART driver returns a capability as false, does it mean the hardware is not capable?
    I need a timeout event for my UART receiver. I followed guide to get the capabilites of the driver. It returned false for Event Rx Timout. Does this mean that the µC is not capable of it? In my case it...
  • CMSIS-RTOS USART callback not working
    Hi, I can't seem to get the CMSIS driver for the UART working. I'm using the Keil 4357 on the MBC4300. My code is based on CMSIS-RTOS blinky and the examples from the CMSIS documentation. One...
  • Possible bug / missing feature in CMSIS UART Driver for LPC1769
    I have made some changes to the RTE_Device.h that are necessary for my UART transmission to work properly. Unfortunately I cannot set this via the API in Driver_USART.h. Will these changes be overwritten...
  • Callback function
    I am developing an application based on 8051 core. I am using uVersion2 and C51. The application is based on UNIX OS concept and it involved the RTOS features. Here i am facin problem with call back function...