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

What is the right way of porting amazon freertos?

Hello,I tried the poritng guide but it took forever to fix the missing and conflicting paths, and it's not clear what to compile and what not to.I want to have mqtt + lwip + mbedtls + PPPOS (I can start with Ethernet as a start).I can use other SDKs ...

AWahd.1 by Associate II
  • 413 Views
  • 0 replies
  • 0 kudos

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
  • 580 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
  • 1008 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
  • 1646 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
  • 695 Views
  • 3 replies
  • 0 kudos