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

FreeRTOS on STM32

I am new to ST Micro development boards and environment and want to learn FreeRTOS on STM boards. Which board should I buy to start with? Does ST micro provide development boards as a sample to learn ?Thank you,Prachi Patil

PPati.4 by Associate
  • 646 Views
  • 2 replies
  • 0 kudos

Resolved! BSP_AUDIO_OUT_Play ends up in Default_Handler

Hello,I try to play a sound using stm32h747i_discovery_audio.c. Initialization goes well void CAudioController::AudioOutInit() { BSP_AUDIO_Init_t audioOutInit;   if (!audioOutInitDone_) { audioOutInit.Device = AUDIO_OUT_DEVICE_HEA...

ALevc.1 by Associate III
  • 1105 Views
  • 2 replies
  • 0 kudos

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
  • 1818 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
  • 774 Views
  • 3 replies
  • 0 kudos