Tool/software:
PFC control PID use DCL lib assembly function directly.
extern float32_t DCL_runPI_C4(DCL_PI *p, float32_t rk, float32_t yk);
Seems that it does not use CLA.
Would you please confirm whether the ASM DCL_runPI_C4 function are using the CLA. If not, why don't use CLA task. what's the concern?
if want to use CLA, the code executes time is longer than CPU when run same code. Is it normal? (code: i++;)
Thank you.