• LPC1837 USB Middleware Signed Driver
    Hello, I have a board using the Keil Middleware USB device software. The included driver is mcb1800-vcom.inf DriverVer=05/13/2013,5.3.0.0 Is there a newer version available that is signed? I'm using...
  • LPC1837 USB Middleware Signed Driver
    Hello, I have a board using the Keil Middleware USB device software. The included driver is mcb1800-vcom.inf DriverVer=05/13/2013,5.3.0.0 Is there a newer version available that is signed? I'm using...
  • Bug in HS USB device driver for STM32F4xxx (Middleware)
    There's a nasty bug hidden in USBD_HS_STM32F4xx.c driver code. It ALWAYS enables on-chip HSUSB PHY even if device is configured to use external PHY, making PB15 wrongly routed to PHY instead of another...
  • Bug in HS USB device driver for STM32F4xxx (Middleware)
    There's a nasty bug hidden in USBD_HS_STM32F4xx.c driver code. It ALWAYS enables on-chip HSUSB PHY even if device is configured to use external PHY, making PB15 wrongly routed to PHY instead of another...
  • gnu GCC option to enforce 8-byte stack alignment (necessary for R52)?
    Hello, ARM support and R52 TRM have indicated that the R52 core requires maintaining an 8-byte aligned Stack (meaning compiler shall always push/pop registers in even numbers), and I see in my current...