Is the CORDIC coprocessor microcoded and can it be modified?
I have an application requiring updating the integral and derivative values for a set of PID controllers. Each arriving error value must be added to the integral value and subtracted with the last error value. I want to streamline this with DMA. I c...