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

Resolved! Deinitialize USB_OTG_FS

Posted on October 02, 2017 at 11:07Hello!I use cube usb library for usb_otg_fs mode wit STM32L467. I would like to use DM and DP pins also as GPIO INPUT PULL UP when usb is not used.After usb connection closed, I do the following:1) I use functions ...

STM32 USB CDC and Labview

Posted on September 29, 2017 at 15:47Hallo everybody,i have a problem with the communication between a USB CDC Device and the PC Software Labview.On the pictures below you can see my cube settings and labview settings.When i try to open the virtuell...

0690X00000608R4QAI.png 0690X00000608R5QAI.png 0690X00000608R9QAI.png 0690X00000608RJQAY.png
mfrank9 by Associate III
  • 857 Views
  • 2 replies
  • 0 kudos

Please, explain me RXFD value in OTG_FS_GRXFSIZ?

Posted on October 15, 2014 at 10:50Hello!Sorry for possible mistakes, English - not my native language.The RM0090 contains on page 1269:OTG_FS Receive FIFO size register (OTG_FS_GRXFSIZ)Reset value: 0x0000 0200Bits 15:0 RXFD: RxFIFO depthThis value ...

shumel by Associate
  • 532 Views
  • 1 replies
  • 0 kudos

Bug in USB HID code

Posted on May 28, 2017 at 12:46I'd like to report a bug.In the file usbh_hid_keybd.h, line 118:&sharpdefine KEY_CAPS LOCK                          0x39should be replaced with:&sharpdefine KEY_CAPS_LOCK                          0x39#usb #hid #keyboar...