• 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...
  • 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....
  • CMSIS driver callbacks don't support user data
    I'm trying to write an object-based solution on top of the CMSIS Driver_I2C which would allow simultaneous handling of multiple I2C interfaces connected to devices of certain type. Things got complicated...
  • CMSIS, SPI driver is missing!
    Hello I'm using Keil 5.10 professional, CMSIS 4.11. I want to use middlewares to connect to a web server, using LPC1788(Cortex-M3 from NXP) . But when I add ethernet driver to project, I get an error...
  • UART PROBLEM ARM lpc1769
    I want change easyweb to communicate with the camera and send hex data (camera) up through enthernet computer. I used the arm to connect to the camera via uart, but my problem is getting data from the...