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

USB audio overwrites received data

I want to build a simple USB audio interface using STM32L432 Nucleo board. The device is detected by the computer but the sound is not played correctly. Even if nothing is played, the whole buffer is filled with 0x00 except two bytes. This is repeate...

cym by Associate
  • 517 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7 MAC-to-MAC possible? With HAL?

The STM32F7 supports Ethernet with MAC (and DMA), according to doc en.DM00224583.pdf.I try to connect it to a KSZ9896 (ethernet switch) that provides a direct MAC interface in RMII.The KSZ provides configuration bits similar to the STM32 ETH_MACxxx.I...

USB flash drive detection not working

Hi,I am using STM32F205RET6 customized board and trying to mount the USB flash drive like below, but am getting FRESULT value as 11 (FR_INVALID_DRIVE, /* (11) The logical drive number is invalid */) FRESULT fr;FATFS fs0, fs1; fr = f_mount(&fs1, "1:...

Bkris.2 by Associate II
  • 564 Views
  • 1 replies
  • 0 kudos

stm32f746g disco play pcm audio from udp

hii am working on stm32f746 disco board and i want to play audio with board from online udp data. for this target i wrote a qt application to send pcm audio data over udp protocol and in stm32 program i use lwip receive function in a freertos task fo...

Hpott.1 by Associate
  • 1000 Views
  • 1 replies
  • 0 kudos