STM32 MCUs Other solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 485 Views
  • 1 replies
  • 0 kudos

HS USB Device Audio-In on STM32F769 Discovery issues. DataIn event is not fired every time, the setup command to turn the microphone on is received .

For a little background, i have modified the project to take audio data from a static file to eliminate any issues with interrupts from the mems microphones may have been causing though the result is the same. I have also added print statements to t...

gvigelet by Associate II
  • 418 Views
  • 1 replies
  • 0 kudos

TouchGfx with QSPI + Audio

Hi,I am working on a project using STM32F7. So far I have touchgfx working with external QSPI for storing image resources. Everything is working good and expected so far.Now I would like to add audio functionality. The aim is to play WAV files when a...