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! 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
  • 201 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
  • 268 Views
  • 4 replies
  • 2 kudos

Resolved! Unimplemented USBX storage SCSI causes stall

Good day,We are using a composite USBX device class combining CDC and MSC over USB Full Speed, built on X_CUBE_AZRTOS-H7 version 3.3.0 (USBX 6.4). During testing we discovered that a certain Windows PC sends a MODE SELECT(10) command (opcode 0x55) an...

Application_Middlewares_ST_usbx_common_usbx_device_classes_src_u.png
DZimm.9 by Associate III
  • 440 Views
  • 4 replies
  • 1 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...

STM32Cube SPI project for download

Hello Community,I tried with different boards (073, 093, 533, 401) to work with the SPI1 or SPI2.I used the examples, but there is no clock on an SPIx clock pin.e.g.   HAL_SPI_Transmit(&hspi1, SpiData, 2, 100); Has anybody a working STM32Cube porject...

MiK1 by Associate II
  • 250 Views
  • 4 replies
  • 1 kudos