STM32 MCUs Other solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BSP_AUDIO_OUT_Play() Buffer Size Parameter

I am programming an SMT32F69I-DISCO board to output a SINE wave. I am having trouble with the Size parameter of the BSP_AUDIO_OUT_Play() function. I have a buffer of 100 that I am filling with my SINE values:int16_t dataI2S[100];Here are my calls of...

0693W00000GYZcRQAX.bmp 0693W00000GYZdKQAX.bmp 0693W00000GYZgsQAH.bmp
Kneepatch by Associate III
  • 329 Views
  • 2 replies
  • 0 kudos

Resolved! F7: SAI 24 bit audio samples to SRAM via DMA in bytes?

Hello,I'm trying to get some audio samples with 24 bit resolution from the SAI (RX, connected to an external ADC) into SRAM via DMA.When DMA data sizes / alignments are set to WORD (32bit) for peripheral and memory everything works fine.To save some ...

LCE by Principal
  • 774 Views
  • 6 replies
  • 0 kudos

STM32F7508-DK not supporting the audio input?

Hi,I'm wondering why the STM32CubeF7 1.16.1 package only supports "microphone 2" (INPUT_DEVICE_DIGITAL_MICROPHONE_2) within stm32f7508_discovery_audio.c / BSP_AUDIO_IN_OUT_Init() ?Is there a technical reason to do so?I would like to record audio thro...

gflix by Associate II
  • 235 Views
  • 1 replies
  • 0 kudos

Hello Experts Could anyone suggest me how to convert the raw PCM values received in log file be to mp3 or .wav formats .And if there any libraries that could be included or any method? after conversion storing that into sdmmc and play that as loopback?

The Acquired PDM signal is from VM3000 mic and PDM2PCM conversion using stm32f745?could the acquired values be played as loopback to verify whether the acquired sound is in audible frequency to human ears? How could this be validated? all suggestions...

SG.4 by Associate II
  • 246 Views
  • 0 replies
  • 0 kudos