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

Resolved! Unable to read device id from ROM table

Hi,I am currently facing an issue while connecting to the STM32 board using STM32CubeProgrammer. The tool consistently shows the error: "Unable to read device ID from ROM table."I have already tried the following troubleshooting steps:Performed a har...

USB Host on STM32F7 - Suspending a device

I am using the ST Host library version 3.54 on an STM32F769 device, supporting HID devices.  I am using the internal Full Speed phys.I have a USB mouse connected and all works fine, however I would like to save power when the mouse is not being used ...

barryccl by Associate II
  • 70 Views
  • 2 replies
  • 0 kudos

Nucleo-H753ZI USB Audio firmware examples

Hello, I wonder that examples could apply Nucleo-H753ZI board... There are some examples about H743 or another one but no example for Nucleo-H753ZI board.    I understand 48k-2channel-16bit can be implemented easily, But I wonder that Nucleo-H753ZI c...

skson by Associate II
  • 629 Views
  • 6 replies
  • 0 kudos

RTOS selection for STM32H7R/S

We are starting to develop a new hardware platform and are currently evaluating the STM32H7R/S series for the main controller.The question now is which RTOS is best suited here in terms of long-term support from ST. We're going to use a lot of commun...

tdecker2 by Associate III
  • 757 Views
  • 7 replies
  • 4 kudos

STM32U5 USB Interrupt Based Approach

I am using the STM32U585RIT6 microcontroller with the B-U585I-IOT02A development kit. I need to implement USB functionality using an interrupt-based approach. In my project, I have configured USB_OTG_FS in Device-only mode, enabled the NVIC global in...