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.

Compiler/SIMPLELINK-CC13X2-26X2-SDK: Fastest way to compute the average of array, In the Sensor Controller or in the MCU

Part Number: SIMPLELINK-CC13X2-26X2-SDK

Tool/software: TI C/C++ Compiler

Hello folks, 

So, I'm working with a cc13x2 and would like to know what would be the fastest/less power hungry way of computing an integer average of an array of uint16_t with constant size

I'm asking that because this chip has DSP instructions with Parallel addition and subtraction (from here, page 114) and It would be nice to know if you guys know of some implementation that leverages the best from these instructions.

Cheers!