Skip to main content
bully
Senior
March 29, 2024
Question

audio_record demo on STM32H750B Discovery board using BSP package

  • March 29, 2024
  • 1 reply
  • 1581 views

Hello,

I'm trying AudioRecord_demo() on STM32H750B Discovery and nothing happens. Touchscreen demos are working, not sure where to start checking things out.

 

It seems that everything is already properly set to Microphone input and HeadPhone output.

Has anyone tried this demo ?

 

Thanks in advance,

regards,

Rob.

 

1 reply

mƎALLEm
ST Technical Moderator
March 29, 2024

Hello,

Which demo you're referring to? this one: Projects\STM32H750B-DK\Examples\BSP ?

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
bully
bullyAuthor
Senior
March 29, 2024

HAve taken this release and have created main, that calls AudioRecord_demo();

https://github.com/STMicroelectronics/stm32h750b-dk-bsp

 

Touchscreen demos work out of the box. Not sure what is needed to get audio demo working.

Thanks in advance,

regards,

Rob.

 

 

mƎALLEm
ST Technical Moderator
March 29, 2024

As I understood you isolated the audio section from the original demo and created a standalone audio demo and the original demo is working fine. Do you confirm?

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.