• with CMSIS FreeRTOS Iam not able to enumerate CMSIS USB CDC device driver properly
    HI, My Requirement is to use CMSIS FreeRTOS and use USB CDC device driver middleware to communicate with UART terminal. If I try to use CDC Virtual Communication Port example in STM32 by using FreeRTOS...
  • with CMSIS FreeRTOS Iam not able to enumerate CMSIS USB CDC device driver properly
    HI, My Requirement is to use CMSIS FreeRTOS and use USB CDC device driver middleware to communicate with UART terminal. If I try to use CDC Virtual Communication Port example in STM32 by using FreeRTOS...
  • CMSIS FreeRTOS enumerates new USB CDC virtual com port , yet windows driver could not update with INF file modification
    HI, Now with CMSIS FreeRTOS I could get software enumerating USB Serial Device (COM Portx) in Device manager. I verified the Vendor ID and Product ID which matches with Hardware IDs in driver properties...
  • CMSIS FreeRTOS enumerates new USB CDC virtual com port , yet windows driver could not update with INF file modification
    HI, Now with CMSIS FreeRTOS I could get software enumerating USB Serial Device (COM Portx) in Device manager. I verified the Vendor ID and Product ID which matches with Hardware IDs in driver properties...
  • USB Host Enumeration problem
    Hello, I've never done a USB Host interface before, now I am trying to enumerate USB Host using NXP's USBHostLite example using LPC1768 controller. It stuck at "while (!HOST_RhscIntr);" ...