Tool/software:
Hi Ti family,
Since the AM-2634 microcontroller lacks a dedicated DSP core, to address this I've integrated a library from GitHub into my project for dsp implementation.
https://github.com/UBCOrbit/CMSIS_Hercules
The time taken to perform the convolution on two data of length 4096 is coming to be 6 millisecond.
Is there any way to reduce its timing to 1ms ??
Thanks.