• STM32F4 Discovery USB CDC Issue
    Hello, I am trying to implement USB CDC on the ST32F4 discovery board, and I am running into issues. I generate the project using the STM32CUBEMX software, which theoretically includes all the usbd...
  • Using ARM Compiler 6.5 instead of ARMCC in an CMSIS environment
    Hello, I tried to test the Keil Compiler V6.5 with a simple demo project (using CMSIS for UART) based on an STM32F4xx and with the CMSIS RTOS (Keil RTX). To my surprise (I thought using only...
  • USB CDC
    I m writing program for USB host Virtual com port(LPC1768). May be this question found silly but this is confusing me. Im getting frames correctly upto get line coding After that host is not responding...
  • USB CDC
    Hello, Are there any examples availabe for creating a virtual com port via the USB port on the STR7EVAL board? I would like to be able to transmit data from hyper terminal to my STR7EVAL board...
  • USB CDC
    Hi, I am working on LPC1768 and using example USB CDC. It is working on Bulk transfer. I want to convert that example to Isochronous transfer but when i changed the Endpoint number its not transfer...