Skip to main content
JWija.1
Associate
April 3, 2023
Question

any body know how to port Faust DSP into stm32f401? like this guy did (github_com/Jacajack/stm32-faust-synth). I want to learn bit by bit, first, i want to know how to compile the code from faust to stm32. I need to learn so much. Thanks.

  • April 3, 2023
  • 2 replies
  • 1881 views

..

This topic has been closed for replies.

2 replies

Technical Moderator
April 3, 2023

Hello @JWija.1​ ,

First welcome to the Community :)

I advise you review this article: Configuring DSP libraries on STM32CubeIDE.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
JWija.1
JWija.1Author
Associate
April 3, 2023

yes, thank you.

and I already read that and learn to use cmsis dsp.

i am stuck at variable filter because the calculation inside dsp and on the web is differ, although I use the same exact calculation. it is very strange. and obviously using filter with the calculation inside dsp didnt even work. not to mention that the i2s sample is shifted by -8 samples if i set the buffer more than 8....realy, not easy to me for now.

therefore I am trying to port faust because it's make the code less intimidating.

I will probably drop dead if I have to code everything manually ( in which, obviously I have to) with my puny knowledge.

Julius.