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! STM32 Write to internal EEPROM only work once

Hi people,i have trouble with writing to the internal eeprom / flash. I can write values one time to the EEPROM and read it correct back from eeprom. When i write next time values to the eeprom and read them, the values changed but are incorrect. I t...

Stefan-G by Associate II
  • 395 Views
  • 7 replies
  • 6 kudos

Resolved! Can I write data to multiple files using FileX?

Hello, everyone on the forum.I am using an STM32H735IG, ThreadX, and FileX to create files on an SD card and write data to them. In each iteration, I open the file using `fx_file_open`, seek to the end of the file using `fx_file_relative_seek`, write...

Hey0256 by Associate II
  • 329 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H7S78-DK: Template LRUN does not work

Hello,The STM32Cube project Template_LRUN is failed on STM32H7S78-DK:STM32H7S78-DK, MB1736-H7S7L8-D01SW is from the latest master of https://github.com/STMicroelectronics/STM32CubeH7RS/tree/main/Projects/STM32H7S78-DK/Templates/Template_LRUNI also do...

Leo2Ruan by Associate III
  • 271 Views
  • 3 replies
  • 0 kudos

Resolved! USB-PD on STM32G473

Hi everyone!I have generated a code from CubeMX for USB-PD in bare-metal configuration like this:  Then I started testing the code and the function USBPD_PE_Init at this line: /* PE SET UP : Port 0 */ CHECK_PE_FUNCTION_CALL(USBPD_PE_Init(_port_in...

Screenshot 2026-03-25 134022.png Screenshot 2026-03-25 134229.png
fjahn9 by Associate II
  • 247 Views
  • 2 replies
  • 0 kudos

Resolved! USB Standalone AzureRTOS STM32WBA

Hello,As a lot of people here, i'm trying to implement USB in standalone mode (bare metal, no OS used).I'm using NUCLEO-STM32WBA65RI board.CubeDE 1.19CubeMX 6.15.0 still can't make it work. I'm looking for help. I checked a lot of forum posts, a lot ...

st.png st3.png st2.png st4.png
SnoZek by Associate III
  • 354 Views
  • 4 replies
  • 2 kudos

STM32N6 ICache issue

Hello everyone!I am using stm32n6570-dk. My project has only FSBL and was generated using STM32CubeMX. I was able to run it in debug mode without issues. The code does not execute when flashed to external flash memory. I had to comment out "MX_ICACHE...

RTOS debug with STM32CubeIDE

Hi Community,Today you will provide the answers, and I will ask the questions!Looking at the statistics gathered by our tools (assuming customer consent given), we can see the huge popularity of designing software relying on an RTOS. FreeRTOS is wide...