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

Most up to date SVD for stm32g474?

The SVD file on the STM32G4 series resources page is out of date, hosting version 1.0 of the SVD file.It looks like the most recent SVD provided by the STMCubeIDE (generated 2/20/20 with version 1.2), has a number of errors. For example: SCB is liste...

TBlak.1 by Associate
  • 1762 Views
  • 3 replies
  • 1 kudos

Is there a bug in the HAL USB HID mouse code?

The type definitions for HID_MOUSE_Info_TypeDef in the latest usbh_hid_mouse.h file in the STM32L4 package defines the x and y fields as uint8_t. The STM32Cube USB host library documentation says they should be int8_t. The USB specification seems t...

AWolf.8 by Associate III
  • 750 Views
  • 3 replies
  • 0 kudos

Code stucks at MX_USB_DEVICE_Init();

Hello, I use STM32F103C8Tx but USB communication does not work as it intends to. Sometimes codestuck at MX_USB_DEVICE_Init(); function.. More spesifically  it gets stuck atUSBx->BTABLE = BTABLE_ADDRESS; line inside of MX_USB_DEVICE_Init();When I con...

GunkutA by Senior
  • 493 Views
  • 0 replies
  • 0 kudos