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

Flash Memory programming for STM32F407

Hello Everyone, This is the code that I have tried many times and tried to debug as well. I have attached a snapshot of the error of the debugging section (disassembly ). I have not been able to understand what of my code leads to this error , and ho...

Screenshot 2026-03-05 123759.png
SohamC by Associate III
  • 403 Views
  • 3 replies
  • 0 kudos

Resolved! Location of factory code loaded on Nucleo-H563ZI

Hello,I am trying to find the project used to create the code loaded on my Nucleo-H563ZI when I first received it.I see several references stating it should be in a Demonstration folder, however I don't see that folder in:...\STM32Cube_FW_H5_V1.6.0\P...

smaka5 by Associate
  • 234 Views
  • 1 replies
  • 0 kudos

The use of USBX with Vendor Devices

For context,  I am new to both USB programming and the STM products (and tools), so I apologize in advance for my ignorance. I am working with an old, existing system, which utilized a USB connection to a processor/EEPROM to store information (a dong...

NBC by Associate II
  • 501 Views
  • 9 replies
  • 1 kudos

Resolved! ETH Level 3 and 4 filters

I have a STM32H732 processor connected to a ethernet switch with port based VLAN support.I use the processor to connect to two different interfaces which are separated in the switch.I wanted to be able to access the same two TCP ports in the processo...

Bebbelin by Associate II
  • 224 Views
  • 3 replies
  • 2 kudos

Resolved! Generating SBOM for STM32 firmware projects

I want to generate an SBOM (Software Bill of Materials) for my STM32 firmware project, specifically targeting the STM32H733 microcontroller. I have tried searching for guides or examples of how others have done this for similar projects, but I haven’...