Hello,
I have a function with 8 parameters.Futher I have used #pragma INTERRUPT for enabling interrupt service routines.With this on making the function call the function parameters are getting corrupted after the 4th parameter.Without #pragma INTERRUPT everything works fine.PLease help me correct this issue.Is there any special setting which i have to make in the CCS???
If the definition of the function is moved above the #pragma interrupt (used for defining interrupt subroutines) then again the function parameters are proper and everything works fine.This is a strange behaviour can you help me fix this soon.
Regards
Shrikant