• USBD_CDC_ACM_WriteData() replaces 0x0D with 0x0A in the sent data.
    Hi, I'm using the Keil USB library to implement a CDC ACM driver (Keil Middleware v7.3.0) to send data from my LPC4330 to a linux host. I'm sending an array of bytes to the host from the LPC4330....
  • Any question about Middleware MDK-ARM
    Is in midleware any support for - Upgrading Flsh File system on NAND chip from PC over (UART, USB, LAN)? - Upgrade firmware over LAN?
  • Oryx Middleware
    Hello, I get the following error in Pack Installer: Component is missing "Oryx-Embedded:Middleware" The project works on my PC but I cannot get it to run on my new laptop. If I click on 'pack...
  • Question about C call assemble function
    I have a function written in assemble,e.g. _MyFunc,which gets two paramenters and store something in the buffer. The prototype in C is : void MyFunc(unsigned char*,unsigned char); In c, I call it...
  • editing the usb descriptor for middleware
    I'm looking at the following file. /*------------------------------------------------------------------------------ * MDK Middleware - Component ::USB:Device * Copyright (c) 2004-2016 ARM Germany...