This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM cortexM4 improve rearranging an unsinged int variable

I'm just start learning ARM cortex-M4, that have advanced funcition like DSP instruction,FPU, ...

 

There is a simple code for rearrange an unsinged int vairable.

Is there anyway to improve this function with best performance or execute fastest in cortex-M4?

Is there a way to use dsp instruction in this fuction?

0