Tool/software: TI C/C++ Compiler
Hello:
In CPU2 I have a periodically ISR where I execute some divisions and one SQRT.
If I use "fast supplement" ISR take more time than "rts2800_fpu32.lib".
I notice that CPU seems 20x slower, in fact ISR normally is called every 1ms,
with "fast supplement" is called every 20ms.
I notice that If I reset, restart CPU1 the code work properly ...