Skip to main content
SNC.1
Associate II
March 3, 2023
Solved

How to implement the vocoder solution to stm32f746ng? I'm new to this field can someone help me with this.

  • March 3, 2023
  • 5 replies
  • 1705 views

..

This topic has been closed for replies.
Best answer by LCE

Then you probably have to learn and compare.

I think concerning the audio parts (if the SAIs are used at all as IO) F4 and F7 are quite similar, so it's not a big deal - but still requires some effort - and RTFMs. ;)

5 replies

Foued_KH
ST Employee
March 3, 2023

Hello @SNC.1​ ,

Please you can refer to the AN4229 : How to implement a vocoder solution using STM32 microcontrollers  AN4229.book (st.com)

Foued

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
SNC.1
SNC.1Author
Associate II
March 6, 2023

In that,they didn't mention from starting like how to required packages.

STM32_Audio_vocoders_Package.that's why i'm asking how to do it and how to assign the ports and codes.

SNC.1
SNC.1Author
Associate II
March 4, 2023

But it is for stm32f4 series, mine was stm32f7 series and both MCU's are different and there is a audio vocoder package for stm32f4 not for stm32f7.

LCE
LCEBest answer
Principal II
April 4, 2023

Then you probably have to learn and compare.

I think concerning the audio parts (if the SAIs are used at all as IO) F4 and F7 are quite similar, so it's not a big deal - but still requires some effort - and RTFMs. ;)