I have set interrupt threshold option to1 in build option of my project, when I do this my timing increase 250msec. When I un-check that option my timing is 65msec. I am running my code at O3 optimization any specific reason for this change and 1 more thing...
Interrupt threshold = 1
This 1 represents no. of cycles or msec means what is the exact unit of this option. I tried to take help from the code composer studio document but it was not so effective...