STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F042 USB VCP not working

Posted on December 10, 2015 at 06:49I have generated code with STM32CubeMX which should enable VCP support for STM32F042, but USB still doesn't work. Until USB device is initialized in code, windows shows device as ''Unknown USB Device (Device Descr...

ajargans by Associate II
  • 2290 Views
  • 9 replies
  • 0 kudos

Dual CDC with STM32_USB-FS-Device_Lib_V4.0.0

Posted on December 24, 2015 at 08:25Hello,Is there anybody who have Dual CDC  keil project with usb library v4.0.0?I have dual cdc example v3.1.1 but it have a bug when send data  usart to usb.I tried to change v4.0.0 to dual myself by help of this ...

Bug in HAL_PCD_Init: Wrong HBSTLEN value

Posted on August 14, 2015 at 22:23I have been writing my own USB driver. While debugging an issue with the receive buffer/receive fifo I came across this issue.I am using an STM32F205VCT processor with an external HS Phy (USB3300). The function HAL_...

USB DFU Customised

Posted on August 30, 2012 at 01:00Hi, I would like to create a USB DFU device and host that can only talk to each other. What I want to do is to put a sort of flag such that my device will not be able to send its device descriptor to the host unles...

zoro7117 by Associate II
  • 1620 Views
  • 7 replies
  • 0 kudos

STM32F4-Discovery HS USB

Posted on November 23, 2014 at 15:52Hi all, I want to convert the USB HID MOUSE demonstration example (from the board firmware package) into HIGH SPEED and be able to transfer 128Bytes in a single Xfer. I changed the following places; HID REPORT; RE...

atakan by Associate II
  • 1625 Views
  • 5 replies
  • 0 kudos

Cube Generated USB MSC project for STM32F105

Posted on December 21, 2015 at 10:37I have a USB-MSC project developed with SPL and stand alone USB OTG Library(V2.1.0). The CPU is STM32F105RB. The medium of Massstorage is a SPI-Flash, which has a 4096 Bytes sector size. The board works as a devic...