• USB driver and STM32 high speed support
    Hi all, I designed a board with STM32F205. Because I overlooked the Keil driver for USB host, I connected the high speed peripheral (OTG_HS; PB14 and PB15) instead the full speed one (OTG_FS; PA11...
  • USB driver and STM32 high speed support
    Hi all, I designed a board with STM32F205. Because I overlooked the Keil driver for USB host, I connected the high speed peripheral (OTG_HS; PB14 and PB15) instead the full speed one (OTG_FS; PA11...
  • STM32 jtag chaining possible
    Hi, do you know if it is possible to use JTAG chaining with the STM32F103xC processors? Are there any specific things a controller have to implement to support jtag chaining? best regards Harald...
  • STM32 jtag chaining possible
    Hi, do you know if it is possible to use JTAG chaining with the STM32F103xC processors? Are there any specific things a controller have to implement to support jtag chaining? best regards Harald...
  • In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without any CMSIS RTOS ?
    Hi, I have the following question based on CMSIS USB Middleware driver: 1) In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without...