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! X CUBE USB AUDIO not recognized as audio device

Hello, I want to use X CUBE USB AUDIO examples in X CUBE IDE.After generating the binary code (without errors) and flashing the binary code via DFU, the card is not recognized as an audio device, I tried on all 4 projects. I unplugged USB, do reset, ...

Loulou by Associate II
  • 4523 Views
  • 10 replies
  • 0 kudos

Resolved! Configuring ITM on STM32U5

We use ITM, locally configured by the embedded code at startup, for our trace output.  We have code for this that works with STM32F4 (see below), as advised by Segger; this advice doesn't seem to have changed since we adopted it. Using the same code ...

Resolved! Problem in usb mass storage device

Hello ,I have to implement USB mass storage device im my current project I have done some configuration and generate code but it seem have some problem1)usb mass storage device is showon in device manager2)In my computer also show that drive is conne...

STM G4 FIFO and DMA questions

- Use MCU :  STM32G473VET- Use connectivity : SPI 3  -> Mode : Full-Duplex Slave 1. It it possible to clear Tx FIFO??"FTLVL" It's not '0' value. how to make '0'? The code used is :1)if(spi3_cs_low == true){HAL_SPI_Transmit_DMA(&hspi3, aTxBuffer, 11);...

MartinK by Associate
  • 548 Views
  • 1 replies
  • 0 kudos

STM32U535NEY6Q: STOP Mode

For going to sleep with STM32U535NEY6Q with the following example: ``` cint main(void) {    HAL_Init();    SystemClock_Config();    MX_GPIO_Init();    // ^ // Configure GPIO pin : INT_BUTTON_Pin    // | GPIO_InitStruct.Pin = INT_BUTTON_Pin;    // | G...

Ed_ by Associate
  • 621 Views
  • 1 replies
  • 1 kudos