• problem with recursive function
    hi I am calling a function recursively.but it overwrite the locale variables of that function. when function returns it overwrite the values. Regards FarhanArshad
  • Recursive code reference error
    Hello ALL! I would ask the next question... according http://www.keil.com/support/docs/2379.htm one must manually remove the reference between func2 and the ?CO?EXAMPLE1 segment and add MAIN...
  • Recursive Call Warning? Why?
    Hi, please can someone try this little code snippet with the C51 compiler and tell me why I am getting a "Linker Warning L13: Recursive Call to Segment Foo1, Caller: Foo2" void foo1(void); void...
  • Problem with recursive ISR
    Dear All, My requirement is: If a particular byte is received thro UART0, I have to do some action which will take more than 500 ms. I cant do those actions in the ISR itself as it takes a long time...
  • finding recursive calls
    Has anyone written a tool to help track down recursive function calls? I'm sure many of us have seen the dreaded C51 linker warning above recursive calls. My problem: I just spent 30 minutes sifting...