Hi all, I am using the microvision 2 and the controller is c8051f12x. I faced a strange problem with keil. Have a look at the following sample code.
void main() { f1(); f2(); f3(); } void f1() { // some code } void f2() { // some code } void f3() { // some code }