Resolved! STM32L432KC basic DSP loop. Any way to improve this?
I am using Nucleo STM32 L432KC board with STM32CubeIDE v1.12.1 and doing very basic DSP operations with data values read via ADC through DMA into a circular buffer. It works, but the math is slower than expected.Below is an example loop in my code. A...