STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Query regarding USBH_HID_GetReport

Hi I am trying to read a report of USB HID device from my STM32 USB Host code.I am able to read the report descriptor successfully from USBH_HID_GetHIDReportDescriptor call.I wanted to read the 0xD0 report value using if(USBH_HID_GetReport (phost,   ...

PSaba by Associate
  • 349 Views
  • 0 replies
  • 0 kudos

Multiple USB descriptor ( RNDIS + VCP)

Chip set : STM32F413xxI would like to implement RNDIS driver + VCP(FS).I wonder that usb descriptor is available or not for this combination.Descriptor was modified for this.VCP was enumerated but RNDIS was not enumerated. error code is 10 from windo...

YChun.5 by Associate
  • 284 Views
  • 0 replies
  • 0 kudos

Leave DFU mode without unplugging cable

Hi,We are looking for a way to leave DFU mode (and the bootloader) and jump to the application without having to follow the mechanism of issuing the "Leave DFU" command, and unplugging the USB cable within the allotted 10 seconds.Is there another way...

STM32F103C8T6 ST-Link Bootloader Flashing

Hello!I'm new here, so please and sorry for the request but thoroughly explain your answers thankyou.I have an STM32F103C8T6 Board and a ST-Link V2. I can send sketches from the arduino IDE just fine using ST-Link, but neither UART(Serial) nor USB(ST...

KAyou by Associate II
  • 2443 Views
  • 3 replies
  • 0 kudos

HAL_SAI_FlushRxFifo function implementation

On the UM1725, DocID025834 Rev 5, par 57.2.1, pag. 766 A function called HAL_SAI_FlushRxFifo() is contemplated among the "SAI HAL driver additional function list".On the hal driver, this function is declared on the comments but it is not implemented....

raffin by Associate III
  • 372 Views
  • 0 replies
  • 0 kudos