Skip to main content
Graduate
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.

 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    March 29, 2024

    Hello,

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

    bullyAuthor
    Graduate
    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.

     

     

    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?