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

Unable to get the IP using DHCP

Hello everyone,   I am trying to get an IP for my controller using the DHCP i can able to detect the Link up and link down but i can't able to get the IP. I had refered the example code for the ethernet(lwip https server netconn rtos) But i can't abl...

Bug in example of NUCLEO-U575ZI DAC&DMA?

Hi, there is this example for using the DAC with DMA for the NUCLEO-U575ZI:https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/NUCLEO-U575ZI-Q/Examples/DAC/DAC_SignalsGeneration_DMAIn the current V1.2.0 of file https://github.com/STM...

psfahr by Associate II
  • 103 Views
  • 1 replies
  • 0 kudos

STM32U073CC STOP MODE

HiWe are using STM32U073CC MCU in a project. Our development tools are:STM32CubeIDEVersion: 2.0.0Build: 26820_20251114_1348 (UTC) STM32CubeMXVersion 6.16.0 WE are using the HAL_RTCEx_SetWakeUpTimer_IT to wake up the mcu from stop mode. The code code ...

Resolved! Dual Regular Simultaneous Mode ADC1 and ADC2

Hello,from recently I have a problem using STM32F407VGT6, moreover, I am unable to get consecutive conversions in the DMA buffer. For example I want to use Dual Regular Simultaneous ADC mode to obtain results from 4 channels (2 in ADC1 and 2 in ADC2)...

Screenshot from 2025-11-30 08-40-28.png Screenshot from 2025-11-30 08-41-13.png Screenshot from 2025-11-30 08-44-57.png
richi by Associate III
  • 121 Views
  • 3 replies
  • 0 kudos

Fix for STM32G0B1 USB MSC Bootloader

stm32-hotspot BOOTLOADER_USB_MSC_STM32G0 can be used as a good starting point for a USB MSC bootloader. The provided examples work, but if the application size increases, the bootloader will be erased, finally causing a hard fault.It took a me while ...

etik by Associate
  • 170 Views
  • 2 replies
  • 1 kudos

Resolved! Clean jump app to app

Hello,WORKING ON : STM32H753I am looking to implement a jump from one application to another on an STM32H7 (Cortex-M7), so that the new application starts as if the microcontroller had just been reset: MSP initialized, VTOR set, caches (and MPU maybe...

HugoSTM32 by Associate III
  • 168 Views
  • 3 replies
  • 2 kudos

STM32H7 PTP with hardware support

Hello Yes here we go again… I’m again busy with the implementation of PTP slave inside STM32H7, based on this GitHub: https://github.com/hasseb/stm32h7_ptpd I tried to port this to my own project based on STM32H7, I changed what was mentioned in the ...

JDWBE by Associate III
  • 114 Views
  • 0 replies
  • 0 kudos

Spirit MP3 Decoder support for hardware float

Hello,     I have a project using the spirit MP3 Decoder. I am in the process of moving this project over to a FreeRTOS based project using the STM32F411. FreeRTOS only supports hardware floating point for this chip and the spirit MP3 decoder is prov...

SORei.1 by Associate II
  • 302 Views
  • 3 replies
  • 0 kudos