Tool/software: Code Composer Studio
I'm compiling a c file, pll_symetric.c and the assembly throws the following error:
"pll_symetric.asm", WARNING! at line 463: [W9999] Register write access is in the delay slot of a write of the same register
ADDF32 R0H,R1H,R2H ; [CPU_FPU] |168|
I have not programmed anything in assembly, why am I getting this. Do I need to worry about it? Why doesn't the compiler fix this? I've tried 18.12.4 and 18.12.5 compilers.