This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CCSTUDIO: Assertion fail is occurred with CCS10 without variable's overflow

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

HI

I have additional question which is related to 

  https://e2e.ti.com/support/tools/ccs/f/81/p/961758/3555522#3555522

else if(10 <= X && X < 10000){
    fxdLogX = -6 * (X - 5000) * (X - 5000) + 120040 * (X - 5000) - 1682360000;

Thanks to your support on above thread, customer was able to do additional verification to their code.

And, when X is 2000,  final value of the expression is not overflow, but still there is the problem.