We are using TMS70ls3137 in our project and we are using CCS 10.1.1 for the development. While debugging the code we have observed that the static function's parameters are stored in CPU registers instead of stack. As per our testing strategy we wanted the local variables and functions parameters to be stored in stack, hence we are facing issue. is it possible to force the compiler to store the parameters in stack instead of Registers.
I have attached snapshot for your reference, see the address field in expression window,

