This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634: DSP In AM-2634

Part Number: AM2634

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.