Using Cortex-M7 DSP Instructions
I would like to understand how I can use DSP instructions in the STM32F746NG. I know that I can code them in assembly language using __asm, but I was looking for a more automatic way, such as an optimization option for gcc that can recognize things like FIR or IIR filters. Does that exist?
Note: this post was migrated and contained many threaded conversations, some content may be missing.