cancel
Showing results for 
Search instead for 
Did you mean: 

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.

JWija.1
Associate
 
2 REPLIES 2
Imen.D
ST Employee

Hello @JWija.1​ ,

First welcome to the Community :)

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

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
JWija.1
Associate

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.