STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to detect usb is connected at startup ?

i am using stm32l072XX I am using USB msc modefound below functions to detect connection and disconnection of usb in file usbd_core.cusbd_LL_suspend(***)usbd_LL_resume(***)they work properly when i insert or remove usb cable(i have added print statem...

SA.17 by Associate III
  • 813 Views
  • 2 replies
  • 1 kudos

How to change the resolution of USB HID mouse

I am using STM32f3 discovery kit with STM32 cube ide to interface the kit as USB HID mouse. I am trying to change the resolution of the mouse. The default resolution given in the Report descriptor is 400 dpi . (0x15, 0x81,     //   LOGICAL_MINIMUM (-...

HKhan.2 by Associate II
  • 996 Views
  • 5 replies
  • 0 kudos

STM32F042F6P4 Custom HID Class issue

I can generate code from all the USB classes and it all works expect for one.custom hid class results in a "Driver Failed" message in windows.In device manager is says: This device cannot start. (Code 10)I have no clue what is causing this. I did not...

FKopp.1 by Associate II
  • 771 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CUBE_FW_L5_V1.3.1 does not exist.

I want to start an example project for the STM32L562E-DK Developer Kit.After I 've selected any example for this MCU I always get the error messageDOWNLOAD of 'STM32Cube_FW_L5_V1.3.1' FAILEDHow can I solve this? Or How can I install a patch?br

AGeis.1 by Associate
  • 324 Views
  • 1 replies
  • 0 kudos

Resolved! application jump to system memory bootloader

Hi,I have an stm32l43 connected as a USB device. Using the BOOT0 pin, I can start the built-in Bootloader and use DFU. Now I wish to jump to the BL without this Pin by a software jump.But with this jump, I only seem to reset the device (my code start...