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

Official ST Example BSP for b-u585i-iot02a

I adapted the official BSP example code (available at https://www.st.com/en/embedded-software/stm32cubeu5.html, stm32cubeu5-v1-8-0.zip) to acquire and process audio. My code is running very slowly on the board. We thought the slowdown might be due to...

lucadelf by Associate II
  • 271 Views
  • 2 replies
  • 1 kudos

I made I2S-USB Audio Bridge Microphone Drivers

First and foremost, they aren't perfect. The code has tons of work left. But it took me SO long to get ANY i2s audio data from my guitar to my computer, the major hurdle being mostly the lack of USB Microphone drivers provided by the stack.Now that I...

pszsh by Associate
  • 814 Views
  • 0 replies
  • 0 kudos

Resolved! Cannot make SPDIF TX work

Hello, I have made my own STM32F732RET6 board that has a USB FS configured as a Stereo, 24 bit 48kHz Audio Interface and SAI2 connected to an SN75176BDR (Differential Bus Transceiver IC) because I want to transmit AES3-AES/EBU (same as SPDIF) audio d...

post 1 clock 192mhz.png post 2 clock 3072mhz.png
nt2ds by Associate III
  • 2017 Views
  • 22 replies
  • 7 kudos

Resolved! I don't understand USE_USBD_COMPOSITE

Hello,Sorry if it's a *** question but I don't understand something.I want to have an HID and MassStorage usb device. I've seen that ST add USE_USBD_COMPOSITE but I don't understand why we use it for USBD_ClassTypeDef.For me, we have 1 device desc + ...

MA4 by Senior
  • 273 Views
  • 2 replies
  • 1 kudos

Resolved! Timer Update Interrupt clarification

This is a line of code i don't understand,  /* Force the TIMx prescaler with immediate access (gen update event) */ LL_TIM_SetPrescaler(TIMx, pHandle->HALLMaxRatio); LL_TIM_GenerateEvent_UPDATE(TIMx);The code is part of the __weak void HA...

STuser2 by Senior III
  • 471 Views
  • 8 replies
  • 4 kudos