Tool/software: Code Composer Studio
I am developing firmware that uses the CLA to do atan2() and log() computations. When I have the debugger connected, the output of the CLA is correct but when I remove the debugger and run the same code. The output of the CLA is always 0. Like if the CLA is not doing anything.
Do you have any idea or suggestion on to where I should look to resolve this issue?
TIA